diff options
author | Reid <reidyaro@gmail.com> | 2012-08-22 00:05:50 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-08-22 00:05:50 +0200 |
commit | 5eb4e274c943117a1dbf383b9473cc30f8106c4f (patch) | |
tree | 823d30b5870df22c569745d0071212667e662d7e | |
parent | 7520853a5069aea18b412b34503cf5e57caac2e7 (diff) | |
download | serverdata-5eb4e274c943117a1dbf383b9473cc30f8106c4f.tar.gz serverdata-5eb4e274c943117a1dbf383b9473cc30f8106c4f.tar.bz2 serverdata-5eb4e274c943117a1dbf383b9473cc30f8106c4f.tar.xz serverdata-5eb4e274c943117a1dbf383b9473cc30f8106c4f.zip |
Change NPC ID for fexil and shop.
-rw-r--r-- | npc/000-1/fexil.txt | 2 | ||||
-rw-r--r-- | npc/000-1/shop.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt index 6fdd2a0a..7370c2f3 100644 --- a/npc/000-1/fexil.txt +++ b/npc/000-1/fexil.txt @@ -4,7 +4,7 @@ // Description: // Newbie merchant. -000-1.gat,83,98,0,1 script Fexil 105,{ +000-1.gat,83,98,0,1 script Fexil 108,{ mesn; mesq lg("Greetings traveler."); diff --git a/npc/000-1/shop.txt b/npc/000-1/shop.txt index 1a500075..0a791ccf 100644 --- a/npc/000-1/shop.txt +++ b/npc/000-1/shop.txt @@ -4,4 +4,4 @@ // Description: // Fexil's shop bag. -000-1.gat,84,98,0,1 shop Bag 102,501:-1 +000-1.gat,84,98,0,1 shop Bag 109,501:-1 |