diff options
| author | Drahy <none@none> | 2009-04-08 19:27:45 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-04-08 19:27:45 +0200 |
| commit | 07f8007655825dc1b7fa23ff88663468dc90c967 (patch) | |
| tree | 0376256e466ce97c7da7a770257ad38d91aaec5d /sql/updates/2479_world.sql | |
| parent | fc7d2a5393175c460c325f9f778a95aaf67388d3 (diff) | |
* Used trinity sql coding style
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/2479_world.sql')
| -rw-r--r-- | sql/updates/2479_world.sql | 2 |
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 |
