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 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/6923_world_trinity_string.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3