diff options
author | Reid <reidyaro@gmail.com> | 2016-02-20 20:08:59 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-20 20:08:59 +0100 |
commit | da7e2b9bfb46b95b0ec4bef3ae55e5b7b181aabc (patch) | |
tree | 10a5fcb5994be65dca95cbc31805249ddef15cd1 | |
parent | e02b480b546bf07029d2d686ba9993cb4829e933 (diff) | |
download | serverdata-da7e2b9bfb46b95b0ec4bef3ae55e5b7b181aabc.tar.gz serverdata-da7e2b9bfb46b95b0ec4bef3ae55e5b7b181aabc.tar.bz2 serverdata-da7e2b9bfb46b95b0ec4bef3ae55e5b7b181aabc.tar.xz serverdata-da7e2b9bfb46b95b0ec4bef3ae55e5b7b181aabc.zip |
Offset merlin and its shop on Artis.
-rw-r--r-- | npc/001-1/merlin.txt | 2 | ||||
-rw-r--r-- | npc/001-1/shop.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/merlin.txt b/npc/001-1/merlin.txt index 4ff7e88c..d970f537 100644 --- a/npc/001-1/merlin.txt +++ b/npc/001-1/merlin.txt @@ -4,7 +4,7 @@ // Description: // Fishmonger NPC -001-1,72,128,0 script Merlin NPC_MERLIN,2,2,{ +001-1,73,128,0 script Merlin NPC_MERLIN,2,2,{ function randomDialogue { closedialog; diff --git a/npc/001-1/shop.txt b/npc/001-1/shop.txt index 96afbdbd..2cc7e2c3 100644 --- a/npc/001-1/shop.txt +++ b/npc/001-1/shop.txt @@ -137,7 +137,7 @@ OnClock1600: restoreshopitem SmallTentacles, 7; } -001-1,71,129,0 trader Store#FishStore001-1 NPC_NO_SPRITE,{ +001-1,72,129,0 trader Store#FishStore001-1 NPC_NO_SPRITE,{ OnInit: tradertype(NST_MARKET); |