summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorDastgir <dastgir@users.noreply.github.com>2015-09-27 16:17:07 +0530
committerDastgir <dastgir@users.noreply.github.com>2015-09-27 16:17:07 +0530
commit731e30a5c0b32e5ece45954951866602146e5a82 (patch)
tree65e68ef8cc1216c5a1e779d79fce58ad8452f302 /npc
parent92eba08ad0a0c15b371e846b8729a6b2fa20f3a0 (diff)
parentb92662d7aa8e50a27770f457599c6da5bbf369ad (diff)
downloadhercules-731e30a5c0b32e5ece45954951866602146e5a82.tar.gz
hercules-731e30a5c0b32e5ece45954951866602146e5a82.tar.bz2
hercules-731e30a5c0b32e5ece45954951866602146e5a82.tar.xz
hercules-731e30a5c0b32e5ece45954951866602146e5a82.zip
Merge pull request #742 from michaelforge/lv4_weapon_quest-RPS_dialog_typo
Fixed a bug in Lv4 Weapon Quest dialog
Diffstat (limited to 'npc')
-rw-r--r--npc/quests/lvl4_weapon_quest.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/lvl4_weapon_quest.txt b/npc/quests/lvl4_weapon_quest.txt
index e55a57afc..449d3d705 100644
--- a/npc/quests/lvl4_weapon_quest.txt
+++ b/npc/quests/lvl4_weapon_quest.txt
@@ -2807,13 +2807,13 @@ niflheim,187,280,3 script Hein#lv4 4_M_NFDEADMAN,{
mes "[Hein]";
mes "Ready? This is";
mes "what 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) {