aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/10_world.sql
diff options
context:
space:
mode:
authorSeline <none@none>2008-10-14 11:57:03 -0500
committerSeline <none@none>2008-10-14 11:57:03 -0500
commit2265aef916e3b2d63d87faa68a2b51e7d747c54c (patch)
treeb05420685b7d202aade6f70a6f511adbfb79e37f /sql/updates/10_world.sql
parent222cbfd4644412fb8e5aeed7c37c88797d09964a (diff)
[svn] * Merge Temp dev SVN with Assembla.
* Changes include: - Implementation of w12x's Outdoor PvP and Game Event Systems. - Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed). - All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql). - Improved Config cleanup. - And many more changes. --HG-- branch : trunk
Diffstat (limited to 'sql/updates/10_world.sql')
-rw-r--r--sql/updates/10_world.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/10_world.sql b/sql/updates/10_world.sql
index bfe967ad293..9f3f79ebfa9 100644
--- a/sql/updates/10_world.sql
+++ b/sql/updates/10_world.sql
@@ -15,9 +15,9 @@ INSERT INTO `command` (`name`, `security`, `help`) VALUES
('debug arena',3,'Syntax: .debug arena\r\n\r\n Toggles arena 1v1 or normal mode.');
-DELETE FROM mangos_string WHERE entry IN (711,712);
-DELETE FROM mangos_string WHERE entry BETWEEN 730 AND 745;
-INSERT INTO mangos_string (entry, content_default) VALUES
+DELETE FROM trinity_string WHERE entry IN (711,712);
+DELETE FROM trinity_string WHERE entry BETWEEN 730 AND 745;
+INSERT INTO trinity_string (entry, content_default) VALUES
(711,'Your group is too large for this battleground. Please regroup to join.'),
(712,'Your group is too large for this arena. Please regroup to join.'),
(730,'Your group has members not in your arena team. Please regroup to join.'),