From baefc1eca14c1a533072ebd61685656b97117f32 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Feb 2020 10:58:16 -0300 Subject: Disable Soren's shop, thus, fixing pipelines --- npc/001-11/Soren.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/001-11') 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; -- cgit v1.2.3-70-g09d2