summaryrefslogtreecommitdiff
path: root/npc/commands/rate-management.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-18 13:45:26 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-18 13:45:26 -0300
commit066199a1dc17ca6a54ebc808d6cde09bfb3bf115 (patch)
tree8c2f0a62a266cc7858904bcf96b8c1757ce1d3c0 /npc/commands/rate-management.txt
parent9bc33341e25f0c8852df05a6f849e10df8ce613e (diff)
downloadserverdata-066199a1dc17ca6a54ebc808d6cde09bfb3bf115.tar.gz
serverdata-066199a1dc17ca6a54ebc808d6cde09bfb3bf115.tar.bz2
serverdata-066199a1dc17ca6a54ebc808d6cde09bfb3bf115.tar.xz
serverdata-066199a1dc17ca6a54ebc808d6cde09bfb3bf115.zip
Remove the duplicate cast of @reloadmobdb to help with the memleak
Diffstat (limited to 'npc/commands/rate-management.txt')
-rw-r--r--npc/commands/rate-management.txt6
1 files changed, 2 insertions, 4 deletions
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;
}