projecteq-projecteqquests/soltemple/a_keeper.lua
JJ 51f211522a [soltemple] Scripts cleanup
Convert to new handin method
Standardize formatting
2025-09-15 13:05:26 -04:00

3 lines
No EOL
156 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