fix(DB/creature_template): Ulduar - Overload (#3590)
This commit is contained in:
parent
6574007e48
commit
473013d21f
1 changed files with 9 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue