diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-23 22:22:21 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-23 22:22:21 +0200 |
commit | ef9733e62bade33c37051c9e491222b6fdca7d4d (patch) | |
tree | 97c424ff37923d0795779f6c9f3d4acde63bec5d | |
parent | e98dc0e8384ff86f79abe6d741d16a55ba448911 (diff) |
DB/Loot: Correct dropchances for the Quest Kindness
Closes #6301
-rw-r--r-- | sql/updates/world/2012_04_23_05_world_creature_loot_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_23_05_world_creature_loot_template.sql b/sql/updates/world/2012_04_23_05_world_creature_loot_template.sql new file mode 100644 index 00000000000..ddf0780d362 --- /dev/null +++ b/sql/updates/world/2012_04_23_05_world_creature_loot_template.sql @@ -0,0 +1,3 @@ +-- Update the dropchance to 100% if on quest +UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=-100 WHERE `entry`=21477 AND `item`=31372; -- Rocknail Flayer Carcass +UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=-100 WHERE `entry`=21478 AND `item`=31373; -- Rocknail Flayer Giblets |