Skip to content

Commit

Permalink
DB/Creature: Remove stun immunity from Captain Balinda Stonehearth an…
Browse files Browse the repository at this point in the history
…d Captain Galvangar

by CraftedRO
  • Loading branch information
Aokromes authored Mar 16, 2024
1 parent 93daeae commit 3218a29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/updates/world/3.3.5/2024_03_16_00_world.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 3218a29

Please sign in to comment.