From 83c8c974de0807c732a92f6bc33bcdeae610b5a6 Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Tue, 22 May 2012 19:13:38 +0200 Subject: DB/Loot: make Formula: Enchant Boots - Surefooted a garanteed drop Closes #6579 --- sql/updates/world/2012_05_22_01_world_creature_loot_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_05_22_01_world_creature_loot_template.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2012_05_22_01_world_creature_loot_template.sql b/sql/updates/world/2012_05_22_01_world_creature_loot_template.sql new file mode 100644 index 00000000000..bcae5be9ae1 --- /dev/null +++ b/sql/updates/world/2012_05_22_01_world_creature_loot_template.sql @@ -0,0 +1,2 @@ +-- As of patch 3.1.0, the drop rate of Formula: Enchant Boots - Surefooted has been increased to Guaranteed (100%). +UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=100 WHERE `entry`=16472 and `item`=22545; -- cgit v1.2.3