aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/characters
diff options
context:
space:
mode:
authorGooyeth <migmadmu@hotmail.com>2018-04-24 08:05:07 -0600
committerjackpoz <giacomopoz@gmail.com>2018-04-24 16:05:07 +0200
commit59f80f555c2b7608ee2457e8f4a93d0418022a1b (patch)
treef4033ac99eba40bff7d4ac8a1ff3208799c6ddbd /sql/updates/characters
parent71188062314ee94402d9d3e228fd5b46e8865b18 (diff)
Core/Battleground: Fix arena distribution timer where it is less than the current unix time. (#21859)
* Core/Battleground: Fix arena distribution timer where it is less than the current unix time. * fix bracket * fix when the timer starts for the first time. * m_NextAutoDistributionTime instead of GetGameTime.
Diffstat (limited to 'sql/updates/characters')
-rw-r--r--sql/updates/characters/3.3.5/9999_99_99_99_characters.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/characters/3.3.5/9999_99_99_99_characters.sql b/sql/updates/characters/3.3.5/9999_99_99_99_characters.sql
new file mode 100644
index 00000000000..303a1dd9ffd
--- /dev/null
+++ b/sql/updates/characters/3.3.5/9999_99_99_99_characters.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `worldstates` SET `value`=UNIX_TIMESTAMP() WHERE `entry`=20001 AND `value` < UNIX_TIMESTAMP();