Fix(DB/Creature): Kroshius should be targetable. (#12043)

This commit is contained in:
temperrr
2022-06-16 13:46:08 +02:00
committed by GitHub
parent daff1239d3
commit 1ad475bc64

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `unit_flags` = `unit_flags`&~33554432 WHERE `entry` = 14467;