diff options
Diffstat (limited to 'npc/custom/woe_controller.txt')
-rw-r--r-- | npc/custom/woe_controller.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/woe_controller.txt b/npc/custom/woe_controller.txt index 5f619c1db..14e288be7 100644 --- a/npc/custom/woe_controller.txt +++ b/npc/custom/woe_controller.txt @@ -22,7 +22,7 @@ prontera,149,193,4 script WOE Information 2_BOARD1,{ end; OnAgitStart: while(agitcheck()) { - specialeffect(EF_BEGINSPELL6); + misceffect EF_BEGINSPELL6; sleep 425; } end; |