diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-07 14:08:51 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-05-07 14:08:51 -0400 |
commit | d40e9ab167749ff8f388c90f67457b36c6216aa9 (patch) | |
tree | 2999454384a13def286adf84f6e06e751749fb5b /world/map/npc/functions/clear_vars.txt | |
parent | 481ed1e0eea0423dd2597c72ca67b5872f8e8862 (diff) | |
download | serverdata-d40e9ab167749ff8f388c90f67457b36c6216aa9.tar.gz serverdata-d40e9ab167749ff8f388c90f67457b36c6216aa9.tar.bz2 serverdata-d40e9ab167749ff8f388c90f67457b36c6216aa9.tar.xz serverdata-d40e9ab167749ff8f388c90f67457b36c6216aa9.zip |
death to the motd!
Diffstat (limited to 'world/map/npc/functions/clear_vars.txt')
-rw-r--r-- | world/map/npc/functions/clear_vars.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt index f26164df..76365f07 100644 --- a/world/map/npc/functions/clear_vars.txt +++ b/world/map/npc/functions/clear_vars.txt @@ -437,5 +437,5 @@ L_EventClear: // Variable was used in Voltain's script, was renamed and turned into a temporary variable set $state, 0; - end; + return; } |