fix(DB/Creature): Malygos (10/25) despawn on evade (#24814)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-02-22 21:42:04 -03:00
committed by GitHub
parent 1194c4fe95
commit 832e540813

View File

@@ -0,0 +1,2 @@
-- Malygos (10 and 25) - Add despawn on evade (CREATURE_FLAG_EXTRA_HARD_RESET)
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|0x80000000 WHERE `entry` IN (28859, 31734);