summaryrefslogtreecommitdiff
path: root/npc/017-1/paxel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-1/paxel.txt')
-rw-r--r--npc/017-1/paxel.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/017-1/paxel.txt b/npc/017-1/paxel.txt
index 7d097472b..cf7bceed8 100644
--- a/npc/017-1/paxel.txt
+++ b/npc/017-1/paxel.txt
@@ -11,7 +11,7 @@
017-1,131,22,0 script Paxel NPC_PLAYER,{
.@q=getq(SQuest_Paxel);
if(.@q == 2) goto L_Done;
- if (season() != SEASON_SPRING && !$@GM_OVERRIDE) goto L_OutOfSeason;
+ if (season() != SPRING && !$@GM_OVERRIDE) goto L_OutOfSeason;
if(.@q == 1) goto L_Ask2;
if (BaseLevel >= 55) goto L_Ask1;
@@ -85,6 +85,7 @@ L_Check1:
setq SQuest_Paxel, 1;
mesn;
mesq l("Perfect! you have enough Terranite Ore, I will take them for now but I need other items in order to bring them to life.");
+ next;
L_Ask2:
mesn;