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/updates | |
| parent | d4b9cafb186994ea93840f452eb8abe99a1ab864 (diff) | |
* Added support for outputting phasemask in .npc info
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6923_world_trinity_string.sql | 2 |
1 files changed, 2 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'); |
