diff options
Diffstat (limited to 'npc/017-1')
-rw-r--r-- | npc/017-1/paxel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/paxel.txt b/npc/017-1/paxel.txt index c6261e71d..53d87b047 100644 --- a/npc/017-1/paxel.txt +++ b/npc/017-1/paxel.txt @@ -8,7 +8,7 @@ // Old Paxel turned Raw Coal in Coal... But we don't have Raw Coal. // He probably used the nice furnace NPC too... We will need another NPC to use that... -017-1,131,22,0 script Paxel NPC_PLAYER,{ +017-1,131,22,0 script Paxel NPC_PLAYER,0,0,{ .@q=getq(SQuest_Paxel); if(.@q == 2) goto L_Done; if (season() != SPRING && !$@GM_OVERRIDE) goto L_OutOfSeason; |