fix(DB/creature_template): Fix Twilight Fissure (#3638)

This commit is contained in:
Silker
2020-11-07 09:41:43 -06:00
committed by GitHub
parent c32283fab7
commit 5bbbe68e05

View File

@@ -0,0 +1,10 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1604182926047452600');
/*
* Update by Silker | <www.azerothcore.org> | Copyright (C)
*/
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33554432 WHERE `entry` IN
(30641, 31521);
UPDATE `creature_template` SET `ScriptName` = 'trigger_periodic' WHERE `entry`= 30641;