diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-07-31 19:14:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-31 19:14:21 +0200 |
| commit | e5919fe6d2072308e855f4af206d7989bc00454a (patch) | |
| tree | 79a5267b0cf7917a4a44ecff6dd6d4aaeacf57ae | |
| parent | 53aecd6f09a81984eb444ba9d6552448bd6f256f (diff) | |
DB/Gameobject: Add loot for some gameobjects
By Malcrom
| -rw-r--r-- | sql/updates/world/6.x/2016_07_31_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_07_31_01_world.sql b/sql/updates/world/6.x/2016_07_31_01_world.sql new file mode 100644 index 00000000000..3b57a3776fc --- /dev/null +++ b/sql/updates/world/6.x/2016_07_31_01_world.sql @@ -0,0 +1,6 @@ +-- Add items to gameobject_loot_template +DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (28567,25106); +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(28567, 34486, 0, 100, 0, 1, 0, 1, 1, 'Gameobject (TESTING) Crafty''s Special Fishing School contains Loot item Old Crafty'), +(25106, 34486, 0, 50, 0, 1, 1, 1, 1, 'Gameobject (TESTING) Rare Fish Node contains Loot item Old Crafty'), +(25106, 34484, 0, 50, 0, 1, 1, 1, 1, 'Gameobject (TESTING) Rare Fish Node contains Loot item Old Ironjaw'); |
