diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-05-22 19:13:38 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-05-22 19:13:38 +0200 |
commit | 83c8c974de0807c732a92f6bc33bcdeae610b5a6 (patch) | |
tree | fcab8cfeeffd08f0470d553d24b3c73905f68b78 | |
parent | 99040237c7d9f5e1ffcca0416b6b7fef8ea8cd1a (diff) |
DB/Loot: make Formula: Enchant Boots - Surefooted a garanteed drop
Closes #6579
-rw-r--r-- | sql/updates/world/2012_05_22_01_world_creature_loot_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |