mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
fix(DB/ShadowLabyrinth): Fixes for Heroic Shadow Labyrinth (#16087)
Create rev_1682514542784724300.sql
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Tortured Skeletons flags
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags`&~33554432 WHERE (`entry` = 20662);
|
||||
-- Most gameobjects were missing Heroic spawns
|
||||
UPDATE `gameobject` SET `spawnMask` = `spawnMask`|2 WHERE `map` = 555 AND `id` NOT IN (184196);
|
||||
Reference in New Issue
Block a user