fix(DB/Creatures): Eye of Kilrogg should be able to attack. (#9427)

Fixes #9171
This commit is contained in:
UltraNix
2021-12-06 12:39:27 +01:00
committed by GitHub
parent 7b92ac90ae
commit 6ba46d04d0

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638297631577488200');
UPDATE `creature_template` SET `unit_flags`=256 WHERE `entry`=4277;