From f205bc9b4fabc2e2a21fa7975e2b15737969147f Mon Sep 17 00:00:00 2001 From: cyberbrest Date: Wed, 21 Nov 2012 18:25:23 +0100 Subject: Core/Currency: Add support of Conquest points cap for arena and bg Remove obselete code for arena points distribution Thanks to @Zakamurite --- sql/updates/characters/2012_11_21_00_characters_worldstates_434.sql | 1 + sql/updates/world/2012_11_21_00_world_command.sql | 1 + sql/updates/world/2012_11_21_01_world_trinity_string.sql | 1 + 3 files changed, 3 insertions(+) create mode 100644 sql/updates/characters/2012_11_21_00_characters_worldstates_434.sql create mode 100644 sql/updates/world/2012_11_21_00_world_command.sql create mode 100644 sql/updates/world/2012_11_21_01_world_trinity_string.sql (limited to 'sql') 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'); -- cgit v1.2.3