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/updates | |
| parent | 6b05543087c09649e626645dcf131db8242cbc14 (diff) | |
* add armor output in .npc info
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6953_world_trinity_string.sql | 3 |
1 files changed, 3 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'); + |
