fix(DB/creature_template): Ulduar - Overload (#3590)

This commit is contained in:
Silker
2020-11-04 10:29:29 -06:00
committed by GitHub
parent 6574007e48
commit 473013d21f

View File

@@ -0,0 +1,9 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1603072521176787100');
/*
* Update by Silker | <www.azerothcore.org> | Copyright (C)
*/
UPDATE `creature_template` SET `AIName`='PassiveAI' WHERE `entry`=32866;
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33554432 WHERE `entry` IN
(32866, 33690);