From feea56f2d0f5bdcac7fb36a9071396c7b706b91f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Jan 2021 19:20:07 -0300 Subject: Fix GUILDSHOP variable scope --- npc/functions/clientversion.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index c36a12f3a..78fd2c4eb 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1075,6 +1075,13 @@ function script clientupdater { bitmask_count(.@q)); } } + // Change variable scope + // sáb jan 16 19:21:15 BRT 2021 + if (UPDATE < 1610835675) { + UPDATE=1610835675; + #GUILDSHOP=GUILDSHOP; + GUILDSHOP=0; + } // :// End of Regular Update System //////////////////////////////////// -- cgit v1.2.3-70-g09d2