diff options
-rw-r--r-- | npc/commands/event.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 559198fef..4e1fef6ee 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -65,6 +65,7 @@ function script sClear { // We must remove any event drop charcommand("@reloadmobdb"); SeasonReload(1); + return; } function script GlobalEventMenu { |