diff --git a/lavastorm/a_fire_sprite.lua b/lavastorm/a_fire_sprite.lua index ce2074c..f25744c 100644 --- a/lavastorm/a_fire_sprite.lua +++ b/lavastorm/a_fire_sprite.lua @@ -3,6 +3,6 @@ function event_say(e) e.self:Emote("ignores you."); elseif(e.message:findi("challenge eejag")) then eq.unique_spawn(27119,0,0,298,1037,-60,0); -- NPC: Eejag - eq.depop_withtimer(); + eq.depop_with_timer(); end end