diff options
-rw-r--r-- | sql/updates/world/cata_classic/2024_12-31_02_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
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 |