fix(DB/Creature): Add missing aura 70203 to enable Infernal Spear usage (#25412)

This commit is contained in:
EricksOliveira 2026-04-10 11:23:56 -03:00 committed by GitHub
parent 9a75d12eac
commit 3d78ed5ca4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template_addon` SET `auras` = '70203' WHERE `entry` IN (37126, 38258);