diff options
author | nelegalno <nelegalno@yopmail.com> | 2012-09-11 00:33:33 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-09-11 00:33:33 +0100 |
commit | 9f87270d80dd1d61db4b1e28f2af7d7dcec4a29d (patch) | |
tree | 833ffad606660c14321d13f6e549ce6bc1544e93 | |
parent | 292cca744a441c4d109c83235b645a7fc3754e5f (diff) |
DB/Loot: Bump drop chance of Vic's Keys from 15% to 100%
Closes #1954
-rw-r--r-- | sql/updates/world/2012_09_10_07_world_go_loot_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |