chore(DB): import pending files

Referenced commit(s): 212776d8b7
This commit is contained in:
AzerothCoreBot
2023-04-26 20:49:57 +00:00
parent 212776d8b7
commit 42848897d1

View File

@@ -0,0 +1,5 @@
-- DB update 2023_04_26_02 -> 2023_04_26_03
-- 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);