diff options
| author | QAston <none@none> | 2009-08-03 21:48:22 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-08-03 21:48:22 +0200 |
| commit | 0115d648c09f57efef001cb1fb9df67678bd0e9b (patch) | |
| tree | f5926367ebefa23389a300f06a3a444944097b0a /sql/updates | |
| parent | 08cd876f368c7bbf4d7a8d9b39c81809e640f99d (diff) | |
*Cleanups in BattlegroundAV::Update.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4741_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/4741_world.sql b/sql/updates/4741_world.sql new file mode 100644 index 00000000000..a2eec215382 --- /dev/null +++ b/sql/updates/4741_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` where `entry` IN(1333); +INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES +(1333, 'The Battle for Alterac Valley begins in 2 minutes.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
\ No newline at end of file |
