aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/2479_world.sql
diff options
context:
space:
mode:
authorDrahy <none@none>2009-04-08 19:27:45 +0200
committerDrahy <none@none>2009-04-08 19:27:45 +0200
commit07f8007655825dc1b7fa23ff88663468dc90c967 (patch)
tree0376256e466ce97c7da7a770257ad38d91aaec5d /sql/updates/2479_world.sql
parentfc7d2a5393175c460c325f9f778a95aaf67388d3 (diff)
* Used trinity sql coding style
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/2479_world.sql')
-rw-r--r--sql/updates/2479_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/2479_world.sql b/sql/updates/2479_world.sql
index e5f0e2fb772..28bb545b72f 100644
--- a/sql/updates/2479_world.sql
+++ b/sql/updates/2479_world.sql
@@ -1,2 +1,2 @@
DELETE FROM `trinity_string` WHERE `entry` = 5007;
-INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES (5007, 'You must be in a raid group to enter this instance.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
+INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES (5007, 'You must be in a raid group to enter this instance.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); \ No newline at end of file