diff options
author | toni <toni@toni-EP45-UD3L.(none)> | 2011-01-18 18:24:50 -0200 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-18 21:30:07 +0100 |
commit | 6033b796431482528072d6de17e08a69307599e0 (patch) | |
tree | dadcdef6b182388b1634376e256d34aad3d0b5d3 /npc/007-1_Woodland | |
parent | 8b7cfa5d54513a9c25d11e6b269ce189b94f4af8 (diff) | |
download | serverdata-6033b796431482528072d6de17e08a69307599e0.tar.gz serverdata-6033b796431482528072d6de17e08a69307599e0.tar.bz2 serverdata-6033b796431482528072d6de17e08a69307599e0.tar.xz serverdata-6033b796431482528072d6de17e08a69307599e0.zip |
Small fixes.
Diffstat (limited to 'npc/007-1_Woodland')
-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; |