diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-09 18:35:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-09 18:35:34 -0300 |
commit | dc0ad50197105bcf5190a4ee700a9b20a91441e1 (patch) | |
tree | 6ec02a132aeccc19f31422e8c4205cd142ebf995 | |
parent | d4e923cc4e4b9fbe87ad4efb9904c1d579a83325 (diff) | |
download | serverdata-dc0ad50197105bcf5190a4ee700a9b20a91441e1.tar.gz serverdata-dc0ad50197105bcf5190a4ee700a9b20a91441e1.tar.bz2 serverdata-dc0ad50197105bcf5190a4ee700a9b20a91441e1.tar.xz serverdata-dc0ad50197105bcf5190a4ee700a9b20a91441e1.zip |
Paxel bug, the game is on
-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; |