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:
parent
9d834f0819
commit
504b172f91
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Ironhand Guardian (entry 8982) should never enter combat
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x2000 WHERE `entry` = 8982;
|
||||
Loading…
Add table
Add a link
Reference in a new issue