mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: fixed issue when Valkyrs (Argent Tournament) could kill their guards and players in combat distance.
This commit is contained in:
5
sql/updates/world/2014_10_10_00_world.sql
Normal file
5
sql/updates/world/2014_10_10_00_world.sql
Normal 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, '');
|
||||
Reference in New Issue
Block a user