From f0646e954e15a478755ac9676ebfea657ce445c8 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 5 Aug 2018 00:31:15 +0200 Subject: [PATCH] DB/BrC: shuffled wrong damage modifiers for shadow of obsidius --- sql/updates/world/custom/custom_2018_08_05_00_world.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/updates/world/custom/custom_2018_08_05_00_world.sql b/sql/updates/world/custom/custom_2018_08_05_00_world.sql index 669a6e87731..67177ba33d6 100644 --- a/sql/updates/world/custom/custom_2018_08_05_00_world.sql +++ b/sql/updates/world/custom/custom_2018_08_05_00_world.sql @@ -1,7 +1,7 @@ -- Template Updates -- Shadow of Obsidius -UPDATE `creature_template` SET `modelid1`= 35979, `BaseVariance`= 0.5, `DamageModifier`= 4 WHERE `entry`= 40818; -UPDATE `creature_template` SET `BaseVariance`= 0.5, `DamageModifier`= 8 WHERE `entry`= 40817; +UPDATE `creature_template` SET `modelid1`= 35979, `BaseVariance`= 0.5, `DamageModifier`= 8 WHERE `entry`= 40818; +UPDATE `creature_template` SET `BaseVariance`= 0.5, `DamageModifier`= 4 WHERE `entry`= 40817; -- Template Addon DELETE FROM `creature_template_addon` WHERE `entry` IN (40817, 40818);