mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
3 lines
157 B
Lua
3 lines
157 B
Lua
function event_death_complete(e)
|
|
eq.spawn2(80040, 0, 0, e.self:GetX(), e.self:GetY(), e.self:GetZ(), e.self:GetHeading()); -- NPC: a_blazing_elemental
|
|
end
|