mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(DB/Creature): Add CC immunities to Ethereum Prisoners (#17107)
* Add files via upload fix(DB/Netherstorm): adding CC immunities to Ethereum Prisoners * Update ethereum-prisoner-update.sql * Update ethereum-prisoner-update.sql * Update data/sql/updates/pending_db_world/ethereum-prisoner-update.sql 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 @@
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|1|2|8|16|32|64|256|512|1024|2048|4096|8192|65536|131072|524288|4194304|8388608|67108864|536870912 WHERE `entry` IN (22827, 22826, 22825, 20888, 22828, 22920);
|
||||
Reference in New Issue
Block a user