mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
4 lines
139 B
Lua
4 lines
139 B
Lua
function event_combat(e)
|
|
eq.spawn2(207304, 0, 0, e.self:GetX(), e.self:GetY(), e.self:GetZ(), 0); -- A_shadow
|
|
eq.depop_with_timer();
|
|
end
|