From 0fc63e2a57546d575530c458c02746bb21c4ebb5 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 4 Apr 2015 23:50:55 +0200 Subject: [PATCH] DB/Creature: Northshire Goblin Assassin By Gecko60, closes #14433 --- sql/updates/world/2015_04_04_01_world.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sql/updates/world/2015_04_04_01_world.sql diff --git a/sql/updates/world/2015_04_04_01_world.sql b/sql/updates/world/2015_04_04_01_world.sql new file mode 100644 index 00000000000..73023400056 --- /dev/null +++ b/sql/updates/world/2015_04_04_01_world.sql @@ -0,0 +1,14 @@ +-- Northshire Goblin Assassin Loot + +UPDATE `creature_template` SET `lootid`=50039 WHERE `entry`=50039; +DELETE FROM `creature_loot_template` WHERE `entry`=50039; +INSERT INTO `creature_loot_template` (`entry`,`item`,`Reference`,`Chance`,`QuestRequired`,`LootMode`,`GroupId`,`MinCount`,`MaxCount`,`Comment`) VALUES +(50039, 62328, 0, 0.01, 0, 1, 0, 1, 1, 'Shed Fur'), +(50039, 5572, 0, 0.9, 0, 1, 0, 1, 1, 'Small Green Pouch'), +(50039, 5571, 0, 0.9, 0, 1, 0, 1, 1, 'Small Black Pouch'), +(50039, 828, 0, 0.8, 0, 1, 0, 1, 1, 'Small Blue Pouch'), +(50039, 805, 0, 0.8, 0, 1, 0, 1, 1, 'Small Red Pouch'), +(50039, 4496, 0, 1, 0, 1, 0, 1, 1, 'Small Brown Pouch'), +(50039, 2589, 0, 0.3, 0, 1, 0, 1, 1, 'Linen Cloth'), +(50039, 117, 0, 10, 0, 1, 0, 1, 1, 'Tough Jerky'), +(50039, 159, 0, 4, 0, 1, 0, 1, 1, 'Refreshing Spring Water');