diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-16 19:20:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-16 19:20:07 -0300 |
commit | feea56f2d0f5bdcac7fb36a9071396c7b706b91f (patch) | |
tree | 53e64a74652a560b5ea7c0ecff3aee085b118a7e /npc/functions/clientversion.txt | |
parent | 9ef54333c66d7aa5d5454580d66d615f42a66823 (diff) | |
download | serverdata-feea56f2d0f5bdcac7fb36a9071396c7b706b91f.tar.gz serverdata-feea56f2d0f5bdcac7fb36a9071396c7b706b91f.tar.bz2 serverdata-feea56f2d0f5bdcac7fb36a9071396c7b706b91f.tar.xz serverdata-feea56f2d0f5bdcac7fb36a9071396c7b706b91f.zip |
Fix GUILDSHOP variable scope
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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 //////////////////////////////////// |