From 0115d648c09f57efef001cb1fb9df67678bd0e9b Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 3 Aug 2009 21:48:22 +0200 Subject: *Cleanups in BattlegroundAV::Update. --HG-- branch : trunk --- sql/updates/4741_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/4741_world.sql (limited to 'sql/updates') 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 -- cgit v1.2.3