diff options
author | Reid <reidyaro@gmail.com> | 2012-12-16 11:33:25 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-12-16 11:33:25 +0100 |
commit | 206608a4bc87c16662efe91f0a5b817b6e54585b (patch) | |
tree | 4a8a7aad2290f868dd2eafd63c8d06370d360068 /npc | |
parent | ed83bb84b9617f2643db88dbd65abbf2e83fb908 (diff) | |
download | serverdata-206608a4bc87c16662efe91f0a5b817b6e54585b.tar.gz serverdata-206608a4bc87c16662efe91f0a5b817b6e54585b.tar.bz2 serverdata-206608a4bc87c16662efe91f0a5b817b6e54585b.tar.xz serverdata-206608a4bc87c16662efe91f0a5b817b6e54585b.zip |
Correct position of max NPC.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/max.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt index ada5c14c..6d86bd4f 100644 --- a/npc/000-1/max.txt +++ b/npc/000-1/max.txt @@ -4,7 +4,7 @@ // Description: // Friend of Sapartan, he gives some information on how to find Gulukan, Astapolos and Q-Muller. -000-1.gat,72,109,0,1 script Max 105;2,{ +000-1.gat,72,110,0,1 script Max 105;2,{ set @gugli, getq(ShipQuests_Gugli); set @knife, getq(ShipQuests_Knife); |