From 066199a1dc17ca6a54ebc808d6cde09bfb3bf115 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 May 2019 13:45:26 -0300 Subject: Remove the duplicate cast of @reloadmobdb to help with the memleak --- npc/commands/rate-management.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index abf8a193b..e4d86dffc 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -130,10 +130,8 @@ OnInit: OnReload: .@new_rate = .current_rate; setbattleflag("base_exp_rate", .@new_rate); - //setbattleflag("quest_exp_rate", .@new_rate); - charcommand("@reloadmobdb"); - //charcommand("@reloadquestdb"); - SeasonReload(1); // TODO FIXME: We are casting this twice. + //charcommand("@reloadmobdb"); + //SeasonReload(1); // TODO FIXME: We are casting this twice. end; } -- cgit v1.2.3-60-g2f50