summaryrefslogtreecommitdiff
path: root/npc/commands/rate-management.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/rate-management.txt')
-rw-r--r--npc/commands/rate-management.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt
index 24bf9d75a..886fed58d 100644
--- a/npc/commands/rate-management.txt
+++ b/npc/commands/rate-management.txt
@@ -172,6 +172,7 @@ OnInit:
OnReload:
if (debug) {
debugmes("EXP Reload refused: Test server");
+ end;
}
.@new_rate = expRecalc(.current_rate);
setbattleflag("base_exp_rate", .@new_rate);
@@ -183,6 +184,7 @@ OnReload:
OnInheirtedReload:
if (debug) {
debugmes("Nested Reload refused: Test server");
+ end;
}
debugmes "[EXP] Inheir Reload";
.@new_rate = expRecalc(.current_rate);
@@ -326,6 +328,7 @@ OnReload:
if (debug) {
SeasonReload(1);
debugmes("Drop Reload refused: Test server");
+ end;
}
.@new_rate = dropRecalc(.current_rate);
setbattleflag("item_rate_common", .@new_rate);