From 9f87270d80dd1d61db4b1e28f2af7d7dcec4a29d Mon Sep 17 00:00:00 2001 From: nelegalno Date: Tue, 11 Sep 2012 00:33:33 +0100 Subject: DB/Loot: Bump drop chance of Vic's Keys from 15% to 100% Closes #1954 --- sql/updates/world/2012_09_10_07_world_go_loot_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_09_10_07_world_go_loot_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_09_10_07_world_go_loot_template.sql b/sql/updates/world/2012_09_10_07_world_go_loot_template.sql new file mode 100644 index 00000000000..a5e30edfe2c --- /dev/null +++ b/sql/updates/world/2012_09_10_07_world_go_loot_template.sql @@ -0,0 +1,2 @@ +-- Vic's Keys drop chance ( http://old.wowhead.com/object=190778 ) by nelegalno +UPDATE `gameobject_loot_template` SET `ChanceOrQuestChance` = -100 WHERE `entry`=24861 AND `item`=39264; -- cgit v1.2.3