fix(DB/Creature): Set NO_PLAYER_DAM_REQ flag to a few minion quests (#27150)

This commit is contained in:
Gultask 2026-08-15 00:05:20 -03:00 committed by GitHub
parent a024c4e4f8
commit 39af1d52d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|2097152 WHERE (`entry` IN (29375, 29503, 28793));