From f91b28973343a0f76048e1ffb901b50ab318b643 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 7 Jan 2010 21:43:55 -0700 Subject: * Added support for outputting phasemask in .npc info --HG-- branch : trunk --- sql/updates/6923_world_trinity_string.sql | 2 ++ sql/world.sql | 1 + 2 files changed, 3 insertions(+) create mode 100644 sql/updates/6923_world_trinity_string.sql (limited to 'sql') diff --git a/sql/updates/6923_world_trinity_string.sql b/sql/updates/6923_world_trinity_string.sql new file mode 100644 index 00000000000..78bf75208f0 --- /dev/null +++ b/sql/updates/6923_world_trinity_string.sql @@ -0,0 +1,2 @@ +DELETE FROM `trinity_string` WHERE `entry`=5020; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (5020, 'Phasemask: %u'); diff --git a/sql/world.sql b/sql/world.sql index 5e208424f3d..0f9d3643b79 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -7669,6 +7669,7 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (5017, '[Raid reset time: %s]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (5018, '[Heroic reset time: %s]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (5019, '[Mountable]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(5020, 'Phasemask: %u', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (6613, '|cfff00000[GM Announcement]: %s|r', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (6614, 'Notification to GM''s - ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (6615, '|cffffff00[|c1f40af20GM Announce by|r |cffff0000%s|cffffff00]:|r %s|r', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -- cgit v1.2.3