fix(DB/Creature): Image of Loken non-attackable during quest Loken's Orders (#26202)

Co-authored-by: Rorschach91 <rorschach91@users.noreply.github.com>
This commit is contained in:
Lilliandris
2026-06-16 16:50:07 +02:00
committed by GitHub
parent edf34ed6d9
commit 778bf18d1d
@@ -0,0 +1,2 @@
-- Image of Loken
UPDATE `creature_template` SET `unit_flags` = `unit_flags` | 256 | 512 | 33554432 WHERE (`entry` = 27212);