summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-02-17 21:29:49 -0300
committerJesusaves <cpntb1@ymail.com>2023-02-17 21:29:49 -0300
commitf4230ae5d3d3367cec88ffa0058f2eede503d113 (patch)
treed255a2916ecfd4245e2f8324600457e25c6e46a6
parentd2881c5c52dae0f049c5d7acf789a70cde2832b0 (diff)
downloadserverdata-f4230ae5d3d3367cec88ffa0058f2eede503d113.tar.gz
serverdata-f4230ae5d3d3367cec88ffa0058f2eede503d113.tar.bz2
serverdata-f4230ae5d3d3367cec88ffa0058f2eede503d113.tar.xz
serverdata-f4230ae5d3d3367cec88ffa0058f2eede503d113.zip
Fix typo which made TMWA hang (hint: ident matters)
-rw-r--r--world/map/db/item_db.conf2
-rw-r--r--world/map/db/item_db_use.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf
index 06c5b41c..32b5ae8b 100644
--- a/world/map/db/item_db.conf
+++ b/world/map/db/item_db.conf
@@ -14995,7 +14995,7 @@ item_db: (
Refine: false
ViewSprite: 5235
Script: <"
- // 5231..5234
+ // 5231..5234
.@it=callfunc("any", // @EVOL2
RedPresentHat, GreenPresentHat, BluePresentHat, YellowPresentHat); // @EVOL2
getitem .@it, 1; // @EVOL2
diff --git a/world/map/db/item_db_use.txt b/world/map/db/item_db_use.txt
index fbf8ce06..cc18e677 100644
--- a/world/map/db/item_db_use.txt
+++ b/world/map/db/item_db_use.txt
@@ -105,7 +105,7 @@
5210, GrassFedTofu, 0, 50, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal -10, -2, 1;}, {}
5213, VeganWater, 0, 200, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 250, 0, 1; getitem 540, 1;}, {}
5214, LactoseFreeAcorn, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 15, 0, 1;}, {}
-5235, TMWBirthdayGift, 0, 1000000, 50, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {// 5231..5234 callfunc "TMWBirthdayGift";}, {}
+5235, TMWBirthdayGift, 0, 1000000, 50, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "TMWBirthdayGift";}, {}
//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript}
5236, GumiCandy, 0, 10000, 250, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set Sex, if_then_else(Sex == 3, rand(0, 1), if_then_else(rand(0,1), 3, !Sex));},{}
5237, CaramelCandy, 0, 700, 350, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 350, 0, 1;}, {}