diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-03-16 11:10:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-16 11:10:22 +0100 |
commit | 3218a296b074a8c7899802abe807aa8dd6b1de59 (patch) | |
tree | d3e9f1e5da8999161980971e1ae9b81adeb17918 | |
parent | 93daeaea26ea0f317c328568058b04b30f84c8ad (diff) |
DB/Creature: Remove stun immunity from Captain Balinda Stonehearth and Captain Galvangar
by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2024_03_16_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_03_16_00_world.sql b/sql/updates/world/3.3.5/2024_03_16_00_world.sql new file mode 100644 index 00000000000..3bbaece2ee3 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_03_16_00_world.sql @@ -0,0 +1,2 @@ +-- Remove stun immunity from Captain Balinda Stonehearth and Captain Galvangar for all entries +UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~2048 WHERE `entry` IN (22605,31820,37243,22606,31055,37244); |