fix(DB/Creature): Ironhand Guardian should not enter combat (#25590)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Andrew 2026-04-25 13:19:19 -03:00 committed by GitHub
parent 9d834f0819
commit 504b172f91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Ironhand Guardian (entry 8982) should never enter combat
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x2000 WHERE `entry` = 8982;