fix(DB/Core/Misc): More adjustments to BWL (#11154)

This commit is contained in:
Nefertumm
2022-03-27 07:55:07 -03:00
committed by GitHub
parent 3a69d36a99
commit 540b5fcaa4
3 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1648289846118024900');
-- Fix selectable doors
UPDATE `gameobject_template_addon` SET `faction` = 114, `flags` = `flags`|32 WHERE `entry` IN (176964, 179117, 179365);
UPDATE `gameobject_template_addon` SET `flags` = `flags`|4 WHERE `entry` = 179115;
-- Fix Blackwing technicians spawn time
UPDATE `creature` SET `spawntimesecs` = 604800 WHERE `id1` = 13996;