diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-18 16:05:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-18 16:05:54 -0300 |
commit | d8be5c2a5ff41ce5537d01d64265325d4111471e (patch) | |
tree | e344224ced36ca2539a7f30bb3987c082491e9da /npc/019-1/well.txt | |
parent | 643410d866c5b9d3134a228d2a03916a843f2570 (diff) | |
download | serverdata-d8be5c2a5ff41ce5537d01d64265325d4111471e.tar.gz serverdata-d8be5c2a5ff41ce5537d01d64265325d4111471e.tar.bz2 serverdata-d8be5c2a5ff41ce5537d01d64265325d4111471e.tar.xz serverdata-d8be5c2a5ff41ce5537d01d64265325d4111471e.zip |
Delete the Empty Bottles from Mahad and Nivalis Well. Thanks, Lilanna.
Diffstat (limited to 'npc/019-1/well.txt')
-rw-r--r-- | npc/019-1/well.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/019-1/well.txt b/npc/019-1/well.txt index 6f90d5fb7..6839eae0a 100644 --- a/npc/019-1/well.txt +++ b/npc/019-1/well.txt @@ -144,6 +144,7 @@ L_Bottle: } inventoryplace IcedBottle, .@count, BottleOfWoodlandWater, .@count; + delitem EmptyBottle, .@count; // Calculate how many iced bottles you'll get .@iced=0; |