summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/018-2-4/lv1.txt2
-rw-r--r--npc/018-2-4/lv2.txt2
-rw-r--r--npc/018-2-4/lv3.txt2
-rw-r--r--npc/018-2-4/lv4.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/npc/018-2-4/lv1.txt b/npc/018-2-4/lv1.txt
index be1c1021e..c00de5599 100644
--- a/npc/018-2-4/lv1.txt
+++ b/npc/018-2-4/lv1.txt
@@ -6,7 +6,7 @@
// Heroes Hold Exchanger - Level 1
018-2-4,33,28,0 script Novice Exchanger#0 NPC_M_COINKEEPER,{
- .@q=getq(LoFQuest_HH);
+ .@q=getq2(LoFQuest_HH);
if (.@q & HH_NOVICE)
openshop;
goodbye;
diff --git a/npc/018-2-4/lv2.txt b/npc/018-2-4/lv2.txt
index 87653ac14..5a3580bd7 100644
--- a/npc/018-2-4/lv2.txt
+++ b/npc/018-2-4/lv2.txt
@@ -6,7 +6,7 @@
// Heroes Hold Exchanger - Level 2
018-2-4,40,28,0 script Advanced Exchanger#0 NPC_M_COINKEEPER,{
- .@q=getq(LoFQuest_HH);
+ .@q=getq2(LoFQuest_HH);
if (.@q & HH_INTERMEDIARY)
openshop;
goodbye;
diff --git a/npc/018-2-4/lv3.txt b/npc/018-2-4/lv3.txt
index d4c24bc87..790207a6b 100644
--- a/npc/018-2-4/lv3.txt
+++ b/npc/018-2-4/lv3.txt
@@ -6,7 +6,7 @@
// Heroes Hold Exchanger - Level 3
018-2-4,47,28,0 script Master Exchanger#0 NPC_M_COINKEEPER,{
- .@q=getq(LoFQuest_HH);
+ .@q=getq2(LoFQuest_HH);
if (.@q & HH_ADVANCED)
openshop;
goodbye;
diff --git a/npc/018-2-4/lv4.txt b/npc/018-2-4/lv4.txt
index 3de9a92b6..411934cf9 100644
--- a/npc/018-2-4/lv4.txt
+++ b/npc/018-2-4/lv4.txt
@@ -6,7 +6,7 @@
// Heroes Hold Exchanger - Level 4
018-2-4,54,28,0 script Ultimate Exchanger#0 NPC_M_COINKEEPER,{
- .@q=getq(LoFQuest_HH);
+ .@q=getq2(LoFQuest_HH);
if (.@q & HH_EXPERT)
openshop;
goodbye;