summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/commands/rate-management.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt
index 46edb426a..52757227f 100644
--- a/npc/commands/rate-management.txt
+++ b/npc/commands/rate-management.txt
@@ -226,7 +226,7 @@ OnInit:
.org_deb = 100;//getbattleflag("item_rate_equip_boss");
.org_dxn = 100;//getbattleflag("item_rate_card");
.org_dxb = 100;//getbattleflag("item_rate_card_boss");
- .current_rate = .org_dcn;
+ .current_rate = 100;
// XXX: maybe in the future:
//.original_job_rate = getbattleflag("base_job_rate");
@@ -248,6 +248,7 @@ OnReload:
setbattleflag("item_rate_card_boss", .@new_rate);
charcommand("@reloadmobdb");
SeasonReload(1);
+ debugmes("Drop rates were reloaded with success.");
end;
}