diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-02 14:50:27 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-02 14:50:27 -0300 |
commit | 34ef0ea275edf518f9c0fde02f066497bc4297f0 (patch) | |
tree | 49dd7ba00e8bac2f477e03c3a26199165dde4ea2 /npc | |
parent | 6b1c90935d599672ae8409ad12f1f9906eb4e40f (diff) | |
download | serverdata-34ef0ea275edf518f9c0fde02f066497bc4297f0.tar.gz serverdata-34ef0ea275edf518f9c0fde02f066497bc4297f0.tar.bz2 serverdata-34ef0ea275edf518f9c0fde02f066497bc4297f0.tar.xz serverdata-34ef0ea275edf518f9c0fde02f066497bc4297f0.zip |
Rosen fix
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-4/rosen.txt | 8 | ||||
-rw-r--r-- | npc/005-4/shop.txt | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt index 9318ef643..264ee97cb 100644 --- a/npc/005-4/rosen.txt +++ b/npc/005-4/rosen.txt @@ -29,14 +29,14 @@ switch (@menu) { - case 2: + case 1: closedialog; - shop "Shop"; + shop "Shop#Candor"; close; - case 3: + case 2: explain_ironingot; break; - case 4: + case 3: closedialog; goodbye; close; diff --git a/npc/005-4/shop.txt b/npc/005-4/shop.txt index 5fd5271f0..0cb69e54f 100644 --- a/npc/005-4/shop.txt +++ b/npc/005-4/shop.txt @@ -14,7 +14,7 @@ // 5 Light Armor Shop quest delivered. // 6 Light Armor Shop gave the cloths. -005-4,30,37,0 trader Shop NPC_NO_SPRITE,{ +005-4,30,37,0 trader Shop#Candor NPC_NO_SPRITE,{ OnInit: tradertype(NST_MARKET); |