mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
3 lines
106 B
Raku
3 lines
106 B
Raku
sub EVENT_DEATH_COMPLETE {
|
|
quest::spawn2(128100,0,0,$x,$y,$z,$h); #spawns Wyvern Fanatic upon death.
|
|
}
|