diff options
Diffstat (limited to 'npc/000-1/astapolos.txt')
-rw-r--r-- | npc/000-1/astapolos.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt index 57ca18ac..2475f516 100644 --- a/npc/000-1/astapolos.txt +++ b/npc/000-1/astapolos.txt @@ -8,10 +8,10 @@ // Croconut box. 000-1,22,50,0 script Astapolos 107,{ - set .@g, getq(ShipQuests_Gugli); + .@g = getq(ShipQuests_Gugli); if (.@g == 0) goto L_NoTask; - set .@q, getq(ShipQuests_Astapolos); + .@q = getq(ShipQuests_Astapolos); if (.@q == 1) goto L_CallFunc; mesn; |