diff options
| author | megamage <none@none> | 2009-03-07 12:05:30 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-07 12:05:30 -0600 |
| commit | 520ce96257a07c0ad07a652e01a3927af0f48f6f (patch) | |
| tree | 3053b5b82332efbe2f6dbb79c9a3523859844ff2 /sql/updates | |
| parent | f63c07e66975a9f55c0bf5f73a4f2a34bde3e848 (diff) | |
[7399] Rewrited BattleGround starting code - moved it to battleground class. Author: Triply
Fixed message color for premature finish warnings.
Fixed .debug bg command won't allow 1v0 arenas now, only battlegrounds 1v0.
Added battleground announcer message removed in [7384].
[7401] Fixed bgqueue invitation to already started battlegrounds - not tested. Author: Triply
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7399_01_mangos_mangos_string.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/7399_01_mangos_mangos_string.sql b/sql/updates/7399_01_mangos_mangos_string.sql new file mode 100644 index 00000000000..a3f76c7fae5 --- /dev/null +++ b/sql/updates/7399_01_mangos_mangos_string.sql @@ -0,0 +1,6 @@ +-- ALTER TABLE db_version CHANGE COLUMN required_7393_01_mangos_game_event required_7399_01_mangos_mangos_string bit; + +DELETE FROM mangos_string WHERE entry in (753, 754, 755); +INSERT INTO mangos_string VALUES (753,'The battle for Warsong Gulch begins in 2 minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); +INSERT INTO mangos_string VALUES (754,'The battle for Arathi Basin begins in 2 minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); +INSERT INTO mangos_string VALUES (755,'The battle for Eye of the Storm begins in 2 minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
