DB/Creature: fixed issue when Valkyrs (Argent Tournament) could kill their guards and players in combat distance.

This commit is contained in:
MitchesD
2014-10-10 14:42:06 +02:00
parent 67f9d916cb
commit c63ad4ccfa

View File

@@ -0,0 +1,5 @@
UPDATE `creature_template` SET `unit_flags`=320, `flags_extra`=2 WHERE `entry` IN(36065,36066);
DELETE FROM `creature_template_addon` WHERE `entry` IN(36066, 36065);
INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES
(36066, 0, 0x2000000, 0x1, ''),
(36065, 0, 0x2000000, 0x1, '');