mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
fix(DB/Creature): add immunities to Uvuros (#16380)
* Create Uvuros_Immunities Following issue #16296 Added immunities to Uvuros (21102) Fear, Root, Slow, Silence, Stun, Freeze, Horror, Interrupt.
This commit is contained in:
3
data/sql/updates/pending_db_world/Uvuros_Immunities.sql
Normal file
3
data/sql/updates/pending_db_world/Uvuros_Immunities.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|16|64|256|1024|2048|4096|65536|8388608|33554432 WHERE `entry` = 21102;
|
||||
|
||||
Reference in New Issue
Block a user