peq-quests/akheva/179169.lua
2023-08-15 11:39:43 -04:00

6 lines
112 B
Lua

function event_combat(e)
if e.joined then
e.self:CastSpell(2816, 0); -- Spell: Storm Tremor
eq.depop();
end
end