From a06c55f056caa504e4ff1d3f25f8422fb4b73893 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sat, 26 Apr 2025 15:28:12 +0200 Subject: [PATCH] fix Humbert's Sword drop chance --- sql/world/base/zone_hillsbrad_foothills.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/world/base/zone_hillsbrad_foothills.sql 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;