mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
7
data/sql/updates/db_world/2023_03_29_02.sql
Normal file
7
data/sql/updates/db_world/2023_03_29_02.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2023_03_29_01 -> 2023_03_29_02
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra`=512 WHERE `entry` IN (36725,38058);
|
||||
UPDATE `creature_template_addon` SET `bytes1`=0 WHERE `entry` IN (36725,38058);
|
||||
UPDATE `creature_template_movement` SET `Flight`=0, `Ground`=1 WHERE `CreatureId` IN (36725,38058);
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 512 WHERE `entry` IN (37501, 37502, 38197, 38198);
|
||||
UPDATE `smart_scripts` SET `event_param1` = 16 WHERE `entryorguid` IN (37501, 37502) AND `source_type` = 0 AND `event_type` = 34;
|
||||
Reference in New Issue
Block a user