fix(DB/Creature): Mote of Shadow incorrect low value for 2 npcs (#19088)

This commit is contained in:
avarishd 2024-06-19 01:43:04 +03:00 committed by GitHub
parent 980808422c
commit 95543437bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Mote of Shadow
UPDATE `creature_loot_template` SET `Chance` = 25 WHERE `Item` = 22577 and `Entry` IN (18869,18870);