DB/Creature: Deathbound Ward

By Nyeriah, closes #14482
(cherry picked from commit fae3e77376)
This commit is contained in:
Aokromes
2015-04-09 08:56:26 +02:00
committed by DDuarte
parent 25c83c61f7
commit 307744cf87

View 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);