From a460f785ca5bda06a0ab7bf489b3361b41f46d9e Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Tue, 31 Dec 2024 02:13:25 +0100 Subject: DB/Creatures: added missing default difficulty data for cataclysm classic anniversary and subscription mounts --- sql/updates/world/cata_classic/2024_12-31_02_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/cata_classic/2024_12-31_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/cata_classic/2024_12-31_02_world.sql b/sql/updates/world/cata_classic/2024_12-31_02_world.sql new file mode 100644 index 00000000000..75a369459eb --- /dev/null +++ b/sql/updates/world/cata_classic/2024_12-31_02_world.sql @@ -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 -- cgit v1.2.3