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