mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Creature: Deathbound Ward
By Nyeriah, closes #14482
(cherry picked from commit fae3e77376)
This commit is contained in:
2
sql/updates/world/2015_04_09_02_world.sql
Normal file
2
sql/updates/world/2015_04_09_02_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Deathbound Wards should be taunt immune
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 256 WHERE `entry` IN (37007, 38031);
|
||||
Reference in New Issue
Block a user