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