From 1844e8b1d8f9f04ca95b887dd9c9911debb82fb1 Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Sun, 6 Feb 2011 12:47:12 +0100 Subject: DB/Loot: Genly Shaken Gift should contain loot Fixes #437 --- sql/updates/world/2011_02_06_2_world_item_loot.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2011_02_06_2_world_item_loot.sql (limited to 'sql') diff --git a/sql/updates/world/2011_02_06_2_world_item_loot.sql b/sql/updates/world/2011_02_06_2_world_item_loot.sql new file mode 100644 index 00000000000..e77a40def02 --- /dev/null +++ b/sql/updates/world/2011_02_06_2_world_item_loot.sql @@ -0,0 +1,4 @@ +-- Insert loot for Gently Shaken Gift +DELETE FROM `item_loot_template` WHERE `entry`=21271; +INSERT INTO `item_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES +(21271,21241,100,1,0,5,5); -- cgit v1.2.3