diff options
| author | Brian <runningnak3d@gmail.com> | 2010-01-10 16:11:24 -0700 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-01-10 16:11:24 -0700 |
| commit | 1e7087c75c60296bcd8513fee6e328464d8cddd1 (patch) | |
| tree | 510ca030919512cc1f2c6f2c988d01a1108842f9 /sql | |
| parent | 6b05543087c09649e626645dcf131db8242cbc14 (diff) | |
* add armor output in .npc info
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/6953_world_trinity_string.sql | 3 | ||||
| -rw-r--r-- | sql/world.sql | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/6953_world_trinity_string.sql b/sql/updates/6953_world_trinity_string.sql new file mode 100644 index 00000000000..aa6dede9ec5 --- /dev/null +++ b/sql/updates/6953_world_trinity_string.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE `entry`=5021; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (5021, 'Armor: %u'); + diff --git a/sql/world.sql b/sql/world.sql index 1c99fd11847..ab5ef584578 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -7657,6 +7657,7 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (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), +(5021, 'Armor: %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), |
