DB/Creature: Deathbound Ward

By Nyeriah, closes #14482
This commit is contained in:
Aokromes
2015-04-09 08:56:26 +02:00
parent 904d1cc21a
commit fae3e77376

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