mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
5
data/sql/updates/db_world/2023_04_26_03.sql
Normal file
5
data/sql/updates/db_world/2023_04_26_03.sql
Normal 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);
|
||||
Reference in New Issue
Block a user