fix(DB/Creature): Update immunities to make Spectral Performers immune to CC (#16048)

* first

adds mechanic immunities to spectral performer that should make it immune to CC

* formatting update

n/a

* add taunt immune

* Update data/sql/updates/pending_db_world/fixmechimmunemaskspectperf.sql

Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>

---------

Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
Dan
2023-05-13 19:02:34 +02:00
committed by GitHub
parent 154fa624f0
commit c99dd07049

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|2|16|64|256|512|1024|2048|4096|8192|131072|524288|4194304|8388608|33554432, `flags_extra` = `flags_extra`|256 WHERE `entry` = 16473;