summaryrefslogtreecommitdiff
path: root/npc/001-11
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-16 10:58:16 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-16 10:58:16 -0300
commitbaefc1eca14c1a533072ebd61685656b97117f32 (patch)
tree733ca9e9293827fa4b6cf7ea1c2f7a34da7611cb /npc/001-11
parent5f48fcb18b9e0b1938f8c032dffeedbb859968b8 (diff)
downloadserverdata-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/001-11')
-rw-r--r--npc/001-11/Soren.txt3
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;