diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/rate-management.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index e4d86dffc..c0a6036df 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -8,9 +8,7 @@ .max_hours = 0; .current_rate = .original_exp_rate; setbattleflag("base_exp_rate", .original_exp_rate); - //setbattleflag("quest_exp_rate", .original_quest_rate); charcommand("@reloadmobdb"); // this is on purpose (callable without RID) - //charcommand("@reloadquestdb"); SeasonReload(1); channelmes("#world", "The EXP Rate Bonus is now over."); } @@ -118,7 +116,6 @@ OnInit: // WARNING: using @reloadscript will change the "original" value .original_exp_rate = 100;//getbattleflag("base_exp_rate"); - .original_quest_rate = 100;//getbattleflag("quest_exp_rate"); .current_rate = .original_exp_rate; // XXX: maybe in the future: |