mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-12 23:13:42 +00:00
7
data/sql/updates/db_world/2022_07_25_07.sql
Normal file
7
data/sql/updates/db_world/2022_07_25_07.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2022_07_25_06 -> 2022_07_25_07
|
||||
|
||||
-- Ossirian immune to Taunt
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|256 WHERE `entry`=15339;
|
||||
|
||||
-- Sand Vortex UNIT_FLAG_NOT_SELECTABLE
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33554432 WHERE `entry`=15428;
|
||||
Reference in New Issue
Block a user