diff options
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index e1aa0777c..e46ea5558 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -241,14 +241,14 @@ OnCall: @toeventval1=readparam(Hp); @toeventval2=readparam(Sp); @toeventchk=1; - specialeffect 310, SELF, getcharid(3); + specialeffect FX_CIRCLE, SELF, getcharid(3); addtimer 4000, "@toevent::OnEffect"; } end; OnEffect: @toeventchk=0; - removespecialeffect(310, SELF, getcharid(3)); + removespecialeffect(FX_CIRCLE, SELF, getcharid(3)); // Calculate if (BaseLevel < 10) { dispbottom l("You are not strong enough to survive this trip."); |