diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-02-06 12:47:12 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-02-06 12:47:12 +0100 |
commit | 1844e8b1d8f9f04ca95b887dd9c9911debb82fb1 (patch) | |
tree | 5c43e326058b9ed72d6137ca8e929b581379b824 | |
parent | 29d4b613f03f124615d85f0a9b3057f2c2256fe9 (diff) |
DB/Loot: Genly Shaken Gift should contain loot
Fixes #437
-rw-r--r-- | sql/updates/world/2011_02_06_2_world_item_loot.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |