diff options
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/Kiel_Hyre_Quest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index 80eba10a4..44637a4c0 100644 --- a/npc/quests/Kiel_Hyre_Quest.txt +++ b/npc/quests/Kiel_Hyre_Quest.txt @@ -3359,7 +3359,7 @@ kh_dun01,235,48,0 script Heavy Door::HeavyDoorKHQ1 111,{ case 1: input @KHInput$; - if (@KHkeycard2$ == "Blue Keycard") { + if (@KHInput$ == "Blue Keycard") { mes "^3355FFYou've successfully^000000"; mes "^3355FFopened the door.^000000"; close2; |