mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(DB/creature_template): Fix Twilight Fissure (#3638)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user