fix(DB/Creature): Make Captured Raptor immune to player characters. (#22387)

Co-authored-by: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Benjamin Jackson
2025-06-29 14:58:53 -04:00
committed by GitHub
parent 9c2ea449b6
commit 57487b8244

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `unit_flags` = `unit_flags` | 256 WHERE `entry` = 23741;