diff options
author | shennetsind <shennetsind@users.noreply.github.com> | 2015-03-05 14:32:52 -0300 |
---|---|---|
committer | shennetsind <shennetsind@users.noreply.github.com> | 2015-03-05 14:32:52 -0300 |
commit | 169b3faae19e23a303a094fe26e181a8c1b1c6c7 (patch) | |
tree | a7bf063b12e855a5d31fe396ae910c174acc59e9 /npc/quests | |
parent | a314e9c2bd055a60ccbfb71e2f2c88128db2e020 (diff) | |
parent | ccec46fa16ca4b8660a308ae5c5f42a666b77457 (diff) | |
download | hercules-169b3faae19e23a303a094fe26e181a8c1b1c6c7.tar.gz hercules-169b3faae19e23a303a094fe26e181a8c1b1c6c7.tar.bz2 hercules-169b3faae19e23a303a094fe26e181a8c1b1c6c7.tar.xz hercules-169b3faae19e23a303a094fe26e181a8c1b1c6c7.zip |
Merge pull request #454 from seifert10/patch-2
Update lvl4_weapon_quest.txt
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/lvl4_weapon_quest.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/lvl4_weapon_quest.txt b/npc/quests/lvl4_weapon_quest.txt index 5f2514068..a2839d0cc 100644 --- a/npc/quests/lvl4_weapon_quest.txt +++ b/npc/quests/lvl4_weapon_quest.txt @@ -3273,13 +3273,13 @@ niflheim,331,72,3 script Waltboughst#lv4 4_M_NFDEADMAN,{ mes "[Waltboughst]"; mes "Okay..."; mes "I wrote down..."; - if (.@npchand == 1) { + if (.@npchand1 == 1) { mes "Scissors"; } - else if (.@npchand == 2) { + else if (.@npchand1 == 2) { mes "Rock"; } - else if (.@npchand == 3) { + else if (.@npchand1 == 3) { mes "Paper"; } if (.@npchand2 == 1) { |