diff options
author | Andrew <47818697+Nyeriah@users.noreply.github.com> | 2025-09-20 09:26:18 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-20 09:26:18 -0300 |
commit | 849303a1f4a9dece6f7eff3310377a75d8714b5c (patch) | |
tree | 3547f8d6a764efd15df50b3d5711ebd263c25cc7 /data | |
parent | 6dda22ec465b4957d392c1edda3cbe76c67658ee (diff) |
fix(DB/Creature): Remove Herald Volazj interrupt immunity (#22981)
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/pending_db_world/rev_1758370746083503600.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1758370746083503600.sql b/data/sql/updates/pending_db_world/rev_1758370746083503600.sql new file mode 100644 index 0000000000..54bd0e4111 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1758370746083503600.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 33554432 WHERE `entry` IN (29311, 31464); |