mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
[lavastorm] fixed api error on timer repop for a fire sprite.
This commit is contained in:
parent
2f1d62dc24
commit
a72655c3fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue