diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-07-30 00:38:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-30 00:38:40 +0200 |
commit | 93cb5c354b91bef58bbd6c64cfa37a6e456b879c (patch) | |
tree | 29127d3fdb05af210e16a3f779c09cc24e2e98bc | |
parent | 849cd743532f656d32702e872087c9b9a156c10f (diff) |
DB/Gameobject: Add loot for some gameobjects
By Malcrom
-rw-r--r-- | sql/updates/world/6.x/2016_07_29_04_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_07_29_04_world.sql b/sql/updates/world/6.x/2016_07_29_04_world.sql new file mode 100644 index 00000000000..14018959658 --- /dev/null +++ b/sql/updates/world/6.x/2016_07_29_04_world.sql @@ -0,0 +1,7 @@ +-- Add items to gameobject_loot_template +DELETE FROM `gameobject_loot_template` WHERE `Entry`=28563; +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(28563, 22739, 0, 0.01, 0, 1, 1, 1, 1, 'Gameobject Fathom Eel Swarm contains Loot item Tome of Polymorph: Turtle'), +(28563, 46109, 0, 0.01, 0, 1, 1, 1, 1, 'Gameobject Fathom Eel Swarm contains Loot item Sea Turtle'), +(28563, 52326, 0, 9.98, 0, 1, 1, 1, 1, 'Gameobject Fathom Eel Swarm contains Loot item Volatile Water'), +(28563, 53070, 0, 90, 0, 1, 1, 1, 1, 'Gameobject Fathom Eel Swarm contains Loot item Fathom Eel'); |