diff options
Diffstat (limited to 'npc/001-11')
-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; |