DB/Creatures: added missing default difficulty data for cataclysm classic anniversary and subscription mounts

This commit is contained in:
Ovahlord
2024-12-31 02:13:25 +01:00
parent 2ea6cccefe
commit a460f785ca

View File

@@ -0,0 +1,8 @@
DELETE FROM `creature_template_difficulty` WHERE (`DifficultyID`=0 AND `Entry` IN (232527,232053,232051,232050,232025,229834));
INSERT INTO `creature_template_difficulty` (`Entry`, `DifficultyID`, `HealthScalingExpansion`, `HealthModifier`, `ManaModifier`, `CreatureDifficultyID`, `TypeFlags`, `TypeFlags2`) VALUES
(232527, 0, 0, 1, 1, 0, 0x0, 0), -- Reven
(232053, 0, 3, 1, 1, 0, 0x0, 0), -- Chaos-Born Gryphon
(232051, 0, 3, 1, 1, 0, 0x0, 0), -- Chaos-Born Hippogryph
(232050, 0, 3, 1, 1, 0, 0x0, 0), -- Chaos-Born Wind Rider
(232025, 0, 3, 1, 1, 0, 0x0, 0), -- Chaos-Born Dreadwing
(229834, 0, 3, 1, 1, 0, 0x0, 0); -- Lava Drake