summaryrefslogtreecommitdiff
path: root/npc/000-2-0/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-0/doors.txt')
-rw-r--r--npc/000-2-0/doors.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt
index 3c8e46e4..f5b0f3aa 100644
--- a/npc/000-2-0/doors.txt
+++ b/npc/000-2-0/doors.txt
@@ -7,7 +7,7 @@
000-2-0.gat,20,27,0,1 script AreaNPC 0,0,0,{
OnTouch:
- set @q, geta2(ShipQuests, ShipQuests_Nardbox);
+ set @q, getq(ShipQuests_Nardbox);
if (@q == 1) goto l_Warp;
if (@q == 2) goto l_GotoNard;
if (@q == 3) goto l_End;