fix(DB/Creature): normalize Gnomeregan boss damage (#27343)

This commit is contained in:
moostigre 2026-08-28 00:50:21 +02:00 committed by GitHub
parent 8ac8754ba6
commit 4462d1ecdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` IN (6215, 7361);