diff options
| author | joschiwald <joschiwald.trinity@gmail.com> | 2018-01-14 18:48:01 +0100 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2018-01-14 18:48:01 +0100 |
| commit | ed318fdc461ce9ad462c69a0b9f6c572c8c962a5 (patch) | |
| tree | 1017243af9e7ee830bc4eaedf4f6a1234dae7f7c /sql/updates | |
| parent | ff62f22443b0793bbbf6d83d038aa3a19bb840b7 (diff) | |
Core/Battleground: Dropped battleground texts from trinity_string and replaced them with proper BroadcastText
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2018_01_14_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_01_14_00_world.sql b/sql/updates/world/master/2018_01_14_00_world.sql new file mode 100644 index 00000000000..adb43a5478d --- /dev/null +++ b/sql/updates/world/master/2018_01_14_00_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `trinity_string` WHERE `entry` BETWEEN 600 AND 704; +DELETE FROM `trinity_string` WHERE `entry` BETWEEN 724 AND 726; +DELETE FROM `trinity_string` WHERE `entry` BETWEEN 753 AND 755; +DELETE FROM `trinity_string` WHERE `entry` BETWEEN 1205 AND 1333; +DELETE FROM `trinity_string` WHERE `entry` BETWEEN 10056 AND 10066; |
