From 355209ef2833f4548fe7e8e999827ebbf2e1a3a7 Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Sun, 27 Jan 2019 17:38:04 +1300 Subject: Don't clear fluffy hunt highscore entries (17:28:01) it might have been intentional at some point in the past but definitely not now --- world/map/npc/functions/clear_vars.txt | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'world/map/npc') diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt index e0cab888..fe937d94 100644 --- a/world/map/npc/functions/clear_vars.txt +++ b/world/map/npc/functions/clear_vars.txt @@ -402,22 +402,6 @@ L_Deprecated: function|script|ClearGlobalVars { -// Clear some entries of the arrays which save the Fluffy Hunting highscore list - set $@loop, 5; - goto L_FluffyClear; - -L_FluffyClear: - if ($@loop == 12) - goto L_IlliaClear; - - set $Record_Fluffy_Name$[$@loop], ""; - set $Record_Fluffy_Date$[$@loop], ""; - set $Record_Fluffy_Kills[$@loop], 0; - - set $@loop, $@loop + 1; - goto L_FluffyClear; - - // Clear the array which saves the teams who beat the Illia quest L_IlliaClear: set $@loop, 0; -- cgit v1.2.3-60-g2f50