fix(DB/Creature): Remove player damage requirements for credit in The Earthen Oath (#27092)
This commit is contained in:
parent
8337bd2b81
commit
66a199f4e2
1 changed files with 2 additions and 0 deletions
|
|
@ -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));
|
||||
Loading…
Reference in a new issue