fix(DB/Loot): Lower chance on pattern drops for Shattered Hand Legionnaire (#16386)
initial
This commit is contained in:
parent
cd248ef665
commit
66746881b2
1 changed files with 2 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue