diff --git a/sql/world/base/zone_hillsbrad_foothills.sql b/sql/world/base/zone_hillsbrad_foothills.sql new file mode 100644 index 0000000..f56a6c0 --- /dev/null +++ b/sql/world/base/zone_hillsbrad_foothills.sql @@ -0,0 +1,2 @@ +/* Drop chance for Humbert's Sword was incorrectly set to 100 - updated to 25 - value copied from VMangos */ +UPDATE `creature_loot_template` SET `Chance` = 25 WHERE `Item` = 3693;