From ef9733e62bade33c37051c9e491222b6fdca7d4d Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Mon, 23 Apr 2012 22:22:21 +0200 Subject: DB/Loot: Correct dropchances for the Quest Kindness Closes #6301 --- sql/updates/world/2012_04_23_05_world_creature_loot_template.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2012_04_23_05_world_creature_loot_template.sql (limited to 'sql') 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 -- cgit v1.2.3