diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-16 10:58:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-16 10:58:16 -0300 |
commit | baefc1eca14c1a533072ebd61685656b97117f32 (patch) | |
tree | 733ca9e9293827fa4b6cf7ea1c2f7a34da7611cb /npc | |
parent | 5f48fcb18b9e0b1938f8c032dffeedbb859968b8 (diff) | |
download | serverdata-baefc1eca14c1a533072ebd61685656b97117f32.tar.gz serverdata-baefc1eca14c1a533072ebd61685656b97117f32.tar.bz2 serverdata-baefc1eca14c1a533072ebd61685656b97117f32.tar.xz serverdata-baefc1eca14c1a533072ebd61685656b97117f32.zip |
Disable Soren's shop, thus, fixing pipelines
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-11/Soren.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/001-11/Soren.txt b/npc/001-11/Soren.txt index 4d42b1651..c4f393131 100644 --- a/npc/001-11/Soren.txt +++ b/npc/001-11/Soren.txt @@ -131,6 +131,7 @@ OnInit: setunitdata(.@npcId, UDT_HAIRCOLOR, 18); // Soren Shop + /* sellitem AnimalBones, 90; sellitem Candy, 35; sellitem Piberries, 25; @@ -160,6 +161,8 @@ OnInit: //sellitem WurtziteOre; // TODO: LottoBox - Random hat to distinguish players sellitem DoggyDog; + */ + sellitem LousyMoccasins; // Debug so things don't crash .sex = G_MALE; .distance = 5; |