mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Creature) Eredar Twins should be immune to taunt. (#21770)
This commit is contained in:
3
data/sql/updates/pending_db_world/Twins_Taunt_Immune.sql
Normal file
3
data/sql/updates/pending_db_world/Twins_Taunt_Immune.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Taunt Immune
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|256 WHERE `entry` IN (25166, 25165);
|
||||
Reference in New Issue
Block a user