fix(DB/TheEye): fix some trash immunities in The Tempest Keep (#18233)
* initial * codestyle?
This commit is contained in:
parent
69dc8804e6
commit
8861e16e64
1 changed files with 3 additions and 0 deletions
3
data/sql/updates/pending_db_world/tk-immunities-fix.sql
Normal file
3
data/sql/updates/pending_db_world/tk-immunities-fix.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
-- 20033 and 20034 were 1|2048 and 20047 was 2048
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = 0 WHERE `entry` IN (20033, 20034);
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = 256|33554432 WHERE `entry` = 20047;
|
||||
Loading…
Add table
Add a link
Reference in a new issue