diff options
| author | Ascathor <Break_the_Chain@web.de> | 2013-10-15 23:13:49 +0200 |
|---|---|---|
| committer | Ascathor <Break_the_Chain@web.de> | 2013-10-17 14:58:37 +0200 |
| commit | 193f4ed868c5278f5f1e572800486f7bc6bf085b (patch) | |
| tree | 85ccf48f85afd7327482d144f259cc092e4ef1f9 /sql | |
| parent | a0b3863bd16789554eb080a0eaa02c5ae0d011b3 (diff) | |
Core/Command: Improve .group list to feature several notes and features to improve handling.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_10_16_00_world_trinity_string.sql | 4 |
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); |
