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:
parent
bc18526ee7
commit
e106b44d28
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue