fix(DB/Creature): Auriaya should reset to her patrol start on evade (#26203)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-06-15 01:03:02 -03:00
committed by GitHub
parent 7513ff498d
commit 79bdca26ef
@@ -0,0 +1,2 @@
-- Auriaya (33515/34175): HARD_RESET - despawn/respawn at spawn on evade.
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x80000000 WHERE `entry` IN (33515, 34175);