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:
avarishd
2023-11-16 20:24:37 +02:00
committed by GitHub
parent bc18526ee7
commit e106b44d28

View File

@@ -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);