diff options
author | Freeyorp <TheFreeYorp+github@gmail.com> | 2019-01-27 17:57:28 +1300 |
---|---|---|
committer | Freeyorp <TheFreeYorp+github@gmail.com> | 2019-01-27 17:57:28 +1300 |
commit | 84e7f7979818834b76c3bdbc2937826a864d78db (patch) | |
tree | cd61c46a9862e291e127eb061eb53f39f6f88868 /world/map/npc/functions/clear_vars.txt | |
parent | 355209ef2833f4548fe7e8e999827ebbf2e1a3a7 (diff) | |
download | serverdata-84e7f7979818834b76c3bdbc2937826a864d78db.tar.gz serverdata-84e7f7979818834b76c3bdbc2937826a864d78db.tar.bz2 serverdata-84e7f7979818834b76c3bdbc2937826a864d78db.tar.xz serverdata-84e7f7979818834b76c3bdbc2937826a864d78db.zip |
Fallthrough doesn't work anymore
Diffstat (limited to 'world/map/npc/functions/clear_vars.txt')
-rw-r--r-- | world/map/npc/functions/clear_vars.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt index fe937d94..9afe5694 100644 --- a/world/map/npc/functions/clear_vars.txt +++ b/world/map/npc/functions/clear_vars.txt @@ -402,6 +402,7 @@ L_Deprecated: function|script|ClearGlobalVars { + goto L_IlliaClear; // Clear the array which saves the teams who beat the Illia quest L_IlliaClear: set $@loop, 0; |