diff options
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r-- | npc/functions/weather.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 592949dd9..c18d12c24 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -198,7 +198,7 @@ OnMinute45: message(.@players[.@i], "The night falls."); } setbattleflag("mob_spawn_delay", 70); - charcommand("@reloadbattleconf"); // Careful! + //charcommand("@reloadbattleconf"); // Careful! donpcevent("@exprate::OnReload"); donpcevent("@droprate::OnReload"); } else if (!is_night() && $@WEATHER_NIGHT) { @@ -207,7 +207,7 @@ OnMinute45: message(.@players[.@i], "The day rises."); } setbattleflag("mob_spawn_delay", 100); - charcommand("@reloadbattleconf"); // Careful! + //charcommand("@reloadbattleconf"); // Careful! donpcevent("@exprate::OnReload"); donpcevent("@droprate::OnReload"); } |