diff options
| author | Brian <runningnak3d@gmail.com> | 2010-07-24 07:30:02 -0600 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-07-24 07:30:02 -0600 |
| commit | 040f9fd083259a67bddd528c81fec72dea2e0ac0 (patch) | |
| tree | eba71a6df344657278c8d7b82493b9d1f1df9d9d /sql/updates | |
| parent | 8c76ea2f7c96d4a6bd9198c3a9027e39f4356c60 (diff) | |
* Add lootid output to .gobj info command
* Patch by Visagalis
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9008_world_trinity_string.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/9008_world_trinity_string.sql b/sql/updates/9008_world_trinity_string.sql new file mode 100644 index 00000000000..a247ff0c1f4 --- /dev/null +++ b/sql/updates/9008_world_trinity_string.sql @@ -0,0 +1,3 @@ + +DELETE FROM `trinity_string` WHERE (`entry`='5028'); +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES ('5028', 'Lootid: %u'); |
