fix(DB/Creature): Remove player damage requirements for credit in The Earthen Oath (#27092)

This commit is contained in:
Gultask 2026-08-11 03:52:18 -03:00 committed by GitHub
parent 8337bd2b81
commit 66a199f4e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- No spell has these as credit, so the flag is likely correct here
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|2097152 WHERE (`entry` IN (29978, 29984));