DB/Creature: Deathbound Ward

By Nyeriah, closes #14482
(cherry picked from commit fae3e77376bae9a3bd5c969adfc2d4e96a9653d0)
This commit is contained in:
Aokromes
2015-04-14 01:02:13 +01:00
committed by DDuarte
parent 25c83c61f7
commit 307744cf87
@@ -0,0 +1,2 @@
-- Deathbound Wards should be taunt immune
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 256 WHERE `entry` IN (37007, 38031);