diff options
author | Reid <reidyaro@gmail.com> | 2012-08-30 02:05:43 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-08-30 14:44:36 +0200 |
commit | e82169eb18f81ba3faf4242a2702c95fd8d58a57 (patch) | |
tree | bb0f46836dd740fe81ec464d40eff8379efeab21 | |
parent | a23e0acf4eb359c753f9ab6d742cbf8073eafe7a (diff) | |
download | serverdata-e82169eb18f81ba3faf4242a2702c95fd8d58a57.tar.gz serverdata-e82169eb18f81ba3faf4242a2702c95fd8d58a57.tar.bz2 serverdata-e82169eb18f81ba3faf4242a2702c95fd8d58a57.tar.xz serverdata-e82169eb18f81ba3faf4242a2702c95fd8d58a57.zip |
Correct location of Max and Sapartan NPC.
-rw-r--r-- | npc/000-1/gugli.txt | 2 | ||||
-rw-r--r-- | npc/000-1/max.txt | 2 | ||||
-rw-r--r-- | npc/000-1/sapartan.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 7e46d0eb..60bab59f 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -13,4 +13,4 @@ close; -} +}
\ No newline at end of file diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt index d31ddf51..c1349e96 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 what Gugli asked to search. -000-1.gat,58,108,0,1 script Max 105;2,{ +000-1.gat,72,109,0,1 script Max 105;2,{ mesn; mesq l("."); diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt index 02c270dc..d0b6b31c 100644 --- a/npc/000-1/sapartan.txt +++ b/npc/000-1/sapartan.txt @@ -4,7 +4,7 @@ // Description: // Friend of Max, he gives some information about Artis. -000-1.gat,59,109,0,1 script Sapartan 314;2,{ +000-1.gat,73,110,0,1 script Sapartan 314;2,{ mesn; mesq l("."); |