diff options
Diffstat (limited to 'npc/007-1_Woodland/voltain.txt')
-rw-r--r-- | npc/007-1_Woodland/voltain.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/007-1_Woodland/voltain.txt b/npc/007-1_Woodland/voltain.txt index 1359ada8..f66b107f 100644 --- a/npc/007-1_Woodland/voltain.txt +++ b/npc/007-1_Woodland/voltain.txt @@ -244,8 +244,8 @@ menu "Maybe you will find someone else, I got stuff to do on my own!", L_CLOSE; mes "[Voltain]"; - if (countitem("SnakeTounge") < @SNAKETONGUE_NEEDED) goto L_NOT_ENOUGH; - delitem "SnakeTounge", @SNAKETONGUE_NEEDED; + if (countitem("SnakeTongue") < @SNAKETONGUE_NEEDED) goto L_NOT_ENOUGH; + delitem "SnakeTongue", @SNAKETONGUE_NEEDED; getexp @SNAKETONGUE_REWARD_XP, 0; set zeny, zeny + @SNAKETONGUE_REWARD_GOLD; set $state, 9; |