aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-07-30 00:35:01 +0200
committerGitHub <noreply@github.com>2016-07-30 00:35:01 +0200
commit849cd743532f656d32702e872087c9b9a156c10f (patch)
treeda05db5055281b530cf96681ccaccd113f14009e
parent7a3362a264c1eaf75973c1268eae514737f00224 (diff)
DB/Gameobject: Add loot for some gameobjects
By Malcrom
-rw-r--r--sql/updates/world/6.x/2016_07_29_03_world.sql17
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_07_29_03_world.sql b/sql/updates/world/6.x/2016_07_29_03_world.sql
new file mode 100644
index 00000000000..11191e04bd2
--- /dev/null
+++ b/sql/updates/world/6.x/2016_07_29_03_world.sql
@@ -0,0 +1,17 @@
+-- Add items to gameobject_loot_template for Gameobject Royal Cache
+DELETE FROM `gameobject_loot_template` WHERE `Entry`=40353;
+INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
+(40353, 72833, 0, 100, 0, 1, 1, 1, 1, 'Gameobject Royal Cache contains Loot item Scepter of Azshara'),
+(40353, 72834, 0, 100, 0, 1, 1, 1, 1, 'Gameobject Royal Cache contains Loot item Breastplate of the Queen''s Guard'),
+(40353, 72835, 0, 100, 0, 1, 1, 1, 1, 'Gameobject Royal Cache contains Loot item Puppeteer''s Pantaloons'),
+(40353, 72836, 0, 100, 0, 1, 1, 1, 1, 'Gameobject Royal Cache contains Loot item Slippers of Wizardry'),
+(40353, 72837, 0, 100, 0, 1, 1, 1, 1, 'Gameobject Royal Cache contains Loot item Queen''s Boon'),
+(40353, 72838, 0, 100, 0, 1, 1, 1, 1, 'Gameobject Royal Cache contains Loot item Cloak of the Royal Protector');
+
+-- Add items to gameobject_loot_template
+DELETE FROM `gameobject_loot_template` WHERE `Entry`=28561;
+INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
+(28561, 22739, 0, 0.01, 0, 1, 1, 1, 1, 'Gameobject Blackbelly Mudfish School contains Loot item Tome of Polymorph: Turtle'),
+(28561, 46109, 0, 0.01, 0, 1, 1, 1, 1, 'Gameobject Blackbelly Mudfish School contains Loot item Sea Turtle'),
+(28561, 52326, 0, 9.98, 0, 1, 1, 1, 1, 'Gameobject Blackbelly Mudfish School contains Loot item Volatile Water'),
+(28561, 53066, 0, 90, 0, 1, 1, 1, 1, 'Gameobject Blackbelly Mudfish School contains Loot item Blackbelly Mudfish');