summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/commands/event.txt2
-rw-r--r--npc/commands/rate-management.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 3bf2271e2..f0f390d9c 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -679,7 +679,7 @@ item_db: (
Id: 527
AegisName: "PumpkishJuice"
Name: "Pumpkish Juice"
- Type: "IT_USABLE"
+ Type: "IT_HEALING"
Buy: 200
Sell: 5
Weight: 5
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index 43643123d..1cb3b85b8 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -30,7 +30,7 @@ function script sChristmas {
if (gettime(GETTIME_DAY) <= 26)
.@m=10;
else
- .@m=5;
+ .@m=6;
} else {
.@m=3;
}
diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt
index dea8eec76..fcd43dc2f 100644
--- a/npc/commands/rate-management.txt
+++ b/npc/commands/rate-management.txt
@@ -105,7 +105,7 @@ OnReload:
//setbattleflag("quest_exp_rate", .@new_rate);
charcommand("@reloadmobdb");
//charcommand("@reloadquestdb");
- SeasonReload(1);
+ SeasonReload(1); // TODO FIXME: We are casting this twice.
end;
}