diff options
author | Brian <runningnak3d@gmail.com> | 2010-01-07 21:43:55 -0700 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-01-07 21:43:55 -0700 |
commit | f91b28973343a0f76048e1ffb901b50ab318b643 (patch) | |
tree | fb523af0d89cd40886cde89546ecd80f28eb9587 /sql | |
parent | d4b9cafb186994ea93840f452eb8abe99a1ab864 (diff) |
* Added support for outputting phasemask in .npc info
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/6923_world_trinity_string.sql | 2 | ||||
-rw-r--r-- | sql/world.sql | 1 |
2 files changed, 3 insertions, 0 deletions
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), |