mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Core/Misc): More adjustments to BWL (#11154)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user