fix(Core/Combat): Restrict NullCreatureAI combat disallow to triggers only (#25289)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-03-29 04:28:33 -05:00
committed by GitHub
parent 74988d3452
commit 2b56061cb7
3 changed files with 6 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
-- Fix Ashtongue Channeler saved health (was incorrectly 1)
UPDATE `creature` SET `curhealth` = 87973 WHERE `id1` = 23421;