fix(DB/Creature): Reduce General Lightsbane (29851) default DamageModifier (#24682)

This commit is contained in:
Gultask 2026-02-12 09:53:04 -03:00 committed by GitHub
parent fb1d6d9739
commit 2520bed648
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.5 WHERE (`entry` = 29851);