parent
521802382a
commit
be4f3fdc8b
1 changed files with 1 additions and 0 deletions
7
data/sql/updates/db_world/2025_04_01_04.sql
Normal file
7
data/sql/updates/db_world/2025_04_01_04.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- DB update 2025_04_01_03 -> 2025_04_01_04
|
||||
|
||||
-- Add Charm, Disoriented, Distract, Fear, Sleep, Banish immunities for Berserkers and Fury Mages.
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |131611 WHERE (`entry` IN(25798, 25799));
|
||||
|
||||
-- Add Charm, Disoriented, Distract, Fear, Root, Slow Attack, Silence, Sleep, Snare, Stun, Freeze, Knockout, Polymorph, Banish, Interrupt, Daze, Sapped immunities for Void Sentinel.
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |637747163 WHERE (`entry` = 25772);
|
||||
Loading…
Add table
Add a link
Reference in a new issue