diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-12-30 06:30:27 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-12-30 06:30:27 +0000 |
commit | fd9d9489de68ce56789446c7741265d8ffe672fc (patch) | |
tree | 2cd43eaba5088ddc3017c89dbc0c9877bac9e2dd /world/map/npc | |
parent | 3ccf998f65077ce6fa4da8bb976b19dd6a2f22c6 (diff) | |
download | serverdata-fd9d9489de68ce56789446c7741265d8ffe672fc.tar.gz serverdata-fd9d9489de68ce56789446c7741265d8ffe672fc.tar.bz2 serverdata-fd9d9489de68ce56789446c7741265d8ffe672fc.tar.xz serverdata-fd9d9489de68ce56789446c7741265d8ffe672fc.zip |
Add sauerkraut to illia common items
equivalent to bird legs already dropped there.
.. entirely untested. Will probably work out of the box. Probably.
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/052-2/storage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/052-2/storage.txt b/world/map/npc/052-2/storage.txt index a8582408..e9ca98bc 100644 --- a/world/map/npc/052-2/storage.txt +++ b/world/map/npc/052-2/storage.txt @@ -32,7 +32,7 @@ L_StartItemInvoker: end; OnInit: - setarray $@illia_storage_items, 541, 567, 568, 562; + setarray $@illia_storage_items, 541, 567, 568, 562, 5379; setarray $@illia_storage_special_items, 687, 827, 1229; // Map coords:* x1,y1, x2,y2, ... setarray $@illia_storage_item_points, 20,67, 22,75, 27,71, 30,73, 34,76, 30,64, 34,65, 34,62, 21,61, 22,64; |