diff options
Diffstat (limited to 'world/map/npc/items/check_wand.txt')
-rw-r--r-- | world/map/npc/items/check_wand.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/items/check_wand.txt b/world/map/npc/items/check_wand.txt index 29129eab..8c81f94e 100644 --- a/world/map/npc/items/check_wand.txt +++ b/world/map/npc/items/check_wand.txt @@ -1,6 +1,6 @@ // Wands // Author: Wushin -function|script|WandMana|, +function|script|WandMana { if(isin("009-7.gat", $@fightclub_x1, $@fightclub_y1, $@fightclub_x2, $@fightclub_y2) && ((@Duel_Fighter != 1) || ($@Duel_NoMagic == 1))) goto L_Return; @@ -31,7 +31,7 @@ L_LowSp: L_Return: return; } -function|script|CheckWand|, +function|script|CheckWand { setarray $@Wands, 758, 1171; setarray $@WandsPwr, 2, 1; |