mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(DB/Creature): Port Underbog Colossus immunities from Mangos (#17706)
* fix(DB/Creature): Port Underbog Colossus immunities from Mangos * 😢🔫🏢 Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com> --------- Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- Underbog Colossus
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|64|32768, `mechanic_immune_mask` = `mechanic_immune_mask`|2|16|64|256|512|1024|2048|4096|8192|131072|8388608|33554432, `detection_range` = 30 WHERE (`entry` = 21251);
|
||||
Reference in New Issue
Block a user