fix(DB/Creature): Set NO_PLAYER_DAM_REQ flag to a few minion quests (#27150)
This commit is contained in:
parent
a024c4e4f8
commit
39af1d52d9
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|2097152 WHERE (`entry` IN (29375, 29503, 28793));
|
||||
Loading…
Reference in a new issue