diff options
| author | cyberbrest <cyberbrest@cyberbrest.com> | 2012-11-21 18:25:23 +0100 |
|---|---|---|
| committer | Tuxity <kevin.darcel@gmail.com> | 2012-11-21 18:25:23 +0100 |
| commit | f205bc9b4fabc2e2a21fa7975e2b15737969147f (patch) | |
| tree | ed72bd0812dd2e33a1c3252d72a374f601b0397d /sql/updates | |
| parent | 1ecc55272e210258e9ccbe64d5bff8d6dfbd78fa (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')
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'); |
