diff options
Diffstat (limited to 'npc/commands/rate-management.txt')
-rw-r--r-- | npc/commands/rate-management.txt | 6 |
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; } |