From aa085a14cb376f41c3b82463a64ce4347d11bfa5 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:50:57 +0200 Subject: [PATCH] Update naxx40_creatures.sql --- sql/world/base/naxx40_creatures.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/world/base/naxx40_creatures.sql b/sql/world/base/naxx40_creatures.sql index ab9960e..583a414 100644 --- a/sql/world/base/naxx40_creatures.sql +++ b/sql/world/base/naxx40_creatures.sql @@ -4934,7 +4934,7 @@ INSERT INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School` -- Naxxramas Worshipper DELETE FROM `creature_template_spell` WHERE `CreatureID` = 351081; -INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES (351081, 1, 28732, 12340); +INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES (351081, 3, 28732, 12340); -- Doom Touched Warrior UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 17.1, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265 WHERE `entry`=16157;