aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2016_12_06_00_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2016_12_06_00_world.sql b/sql/updates/world/master/2016_12_06_00_world.sql
new file mode 100644
index 00000000000..aa9c6329fc3
--- /dev/null
+++ b/sql/updates/world/master/2016_12_06_00_world.sql
@@ -0,0 +1,9 @@
+--
+DELETE FROM `creature_loot_template` WHERE `item`= 58891 AND `entry`= 442;
+DELETE FROM `creature_loot_template` WHERE `item`= 58892 AND `entry`= 428;
+DELETE FROM `creature_loot_template` WHERE `item`= 58893 AND `entry`= 547;
+INSERT INTO `creature_loot_template` (`entry`,`item`,`Reference`,`Chance`,`QuestRequired`,`LootMode`,`GroupId`,`MinCount`,`MaxCount`,`Comment`) VALUES
+(442, 58891, 0, 72, 1, 1, 0, 1, 1, NULL), -- Tarantula Eyes (58891) / Tarantula (442)
+(428, 58892, 0, 85, 1, 1, 0, 1, 1, NULL), -- Condor Giblets (58892) / Dire Condor (428)
+(547, 58893, 0, 51, 1, 1, 0, 1, 1, NULL); -- Goretusk Kidney (58893) / Great Goretusk (547)
+--