aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
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
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')
-rw-r--r--sql/updates/characters/2012_11_21_00_characters_worldstates_434.sql1
-rw-r--r--sql/updates/world/2012_11_21_00_world_command.sql1
-rw-r--r--sql/updates/world/2012_11_21_01_world_trinity_string.sql1
3 files changed, 3 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;
diff --git a/sql/updates/world/2012_11_21_00_world_command.sql b/sql/updates/world/2012_11_21_00_world_command.sql
new file mode 100644
index 00000000000..74a472aa526
--- /dev/null
+++ b/sql/updates/world/2012_11_21_00_world_command.sql
@@ -0,0 +1 @@
+DELETE FROM `command` WHERE `name`='flusharenapoints';
diff --git a/sql/updates/world/2012_11_21_01_world_trinity_string.sql b/sql/updates/world/2012_11_21_01_world_trinity_string.sql
new file mode 100644
index 00000000000..6c70d8cb28b
--- /dev/null
+++ b/sql/updates/world/2012_11_21_01_world_trinity_string.sql
@@ -0,0 +1 @@
+DELETE FROM `trinity_string` WHERE `entry` IN ('741','742','743','744','745','746');