aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2013-10-21 05:28:35 -0700
committerSubv <subv2112@gmail.com>2013-10-21 05:28:35 -0700
commit4123468f724e38dd4a858ef937c58d3c7be1ad3a (patch)
tree3c7fd6febe0596350dc0c3fdcbec3054f252ab58 /sql
parent1a6157985c3ef1ffe60dd1c6b016c521d6e144f8 (diff)
parent193f4ed868c5278f5f1e572800486f7bc6bf085b (diff)
Merge pull request #11050 from Ascathor/master
Core/Command: Improve .group list to feature several notes and features ...
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_10_16_00_world_trinity_string.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_10_16_00_world_trinity_string.sql b/sql/updates/world/2013_10_16_00_world_trinity_string.sql
new file mode 100644
index 00000000000..be77dd1b01c
--- /dev/null
+++ b/sql/updates/world/2013_10_16_00_world_trinity_string.sql
@@ -0,0 +1,4 @@
+DELETE FROM `trinity_string` WHERE entry IN (1149, 1150);
+INSERT INTO `trinity_string` (entry, content_default, content_loc1, content_loc2, content_loc3, content_loc4, content_loc5, content_loc6, content_loc7, content_loc8) VALUES
+(1149, 'Group type: %s and consists of %u players.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+(1150, 'Name: %s (%s), Zone: %s, Phase: %u, GUID: %u, Flags: %s, Roles: %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);