aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/characters
diff options
context:
space:
mode:
authorcyberbrest <cyberbrest@cyberbrest.com>2012-11-21 18:25:23 +0100
committerTuxity <kevin.darcel@gmail.com>2012-11-21 18:25:23 +0100
commitf205bc9b4fabc2e2a21fa7975e2b15737969147f (patch)
treeed72bd0812dd2e33a1c3252d72a374f601b0397d /sql/updates/characters
parent1ecc55272e210258e9ccbe64d5bff8d6dfbd78fa (diff)
Core/Currency: Add support of Conquest points cap for arena and bg
Remove obselete code for arena points distribution Thanks to @Zakamurite
Diffstat (limited to 'sql/updates/characters')
-rw-r--r--sql/updates/characters/2012_11_21_00_characters_worldstates_434.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/characters/2012_11_21_00_characters_worldstates_434.sql b/sql/updates/characters/2012_11_21_00_characters_worldstates_434.sql
new file mode 100644
index 00000000000..14e9ffb6834
--- /dev/null
+++ b/sql/updates/characters/2012_11_21_00_characters_worldstates_434.sql
@@ -0,0 +1 @@
+UPDATE `worldstates` SET `comment` = 'NextCurrencyDistributionTime' WHERE `entry` =20001;