From 6033b796431482528072d6de17e08a69307599e0 Mon Sep 17 00:00:00 2001 From: toni Date: Tue, 18 Jan 2011 18:24:50 -0200 Subject: Small fixes. --- npc/007-1_Woodland/voltain.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/007-1_Woodland/voltain.txt') 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; -- cgit v1.2.3-60-g2f50