mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Loot): Lower chance on pattern drops for Shattered Hand Legionnaire (#16386)
initial
This commit is contained in:
2
data/sql/updates/pending_db_world/fix-loot-shh.sql
Normal file
2
data/sql/updates/pending_db_world/fix-loot-shh.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_loot_template` SET `Chance` = 0.5 WHERE `Reference` = 24093;
|
||||
Reference in New Issue
Block a user