mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
fix(DB/Creature): Removed invalidunit flag from guards in Kharanos and Brill. (#8707)
Fixes #8529
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635012097182969400');
|
||||
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`&~0x00000200 WHERE `entry` IN (727,1496,1652,1738,1743,1745,1746);
|
||||
Reference in New Issue
Block a user