diff options
author | Wushin <pasekei@gmail.com> | 2015-05-11 20:53:17 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-05-11 20:53:17 -0500 |
commit | 1437955dc1ccd6543cd88634f0bbbdb524a77c18 (patch) | |
tree | 095e2726534d6f846c1fe389302ffe2818294450 /world/map/npc/functions/clear_vars.txt | |
parent | 4b6d30bbee8b02bc60457c4a2f747009db783829 (diff) | |
parent | d40e9ab167749ff8f388c90f67457b36c6216aa9 (diff) | |
download | serverdata-1437955dc1ccd6543cd88634f0bbbdb524a77c18.tar.gz serverdata-1437955dc1ccd6543cd88634f0bbbdb524a77c18.tar.bz2 serverdata-1437955dc1ccd6543cd88634f0bbbdb524a77c18.tar.xz serverdata-1437955dc1ccd6543cd88634f0bbbdb524a77c18.zip |
Merge pull request #376 from mekolat/motd
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; } |