From f487c8a94ed9fd4797662225c65beb4c08dee9a1 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 23 Dec 2018 15:17:57 +0100 Subject: [PATCH] DB/DM: updated damage and gold values for most of the heroic Deadmines trash npc's --- sql/updates/world/custom/custom_2018_12_23_00_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/custom/custom_2018_12_23_00_world.sql diff --git a/sql/updates/world/custom/custom_2018_12_23_00_world.sql b/sql/updates/world/custom/custom_2018_12_23_00_world.sql new file mode 100644 index 00000000000..3c42b43b337 --- /dev/null +++ b/sql/updates/world/custom/custom_2018_12_23_00_world.sql @@ -0,0 +1,9 @@ +-- Deadmines +UPDATE `creature_template` SET `DamageModifier`= 60, `BaseVariance`= 0.5, `mingold`= 10000, `maxgold`= 15000 WHERE `entry` IN (48829, 48830); +UPDATE `creature_template` SET `DamageModifier`= 60, `BaseVariance`= 0.5 WHERE `entry`= 48804; +UPDATE `creature_template` SET `mingold`= 20000, `maxgold`= 25000 WHERE `entry` IN (48940, 48943, 48944); +UPDATE `creature_template` SET `DamageModifier`= 10, `BaseVariance`= 0.5, `mingold`= 10000, `maxgold`= 15000 WHERE `entry` IN (48834, 48823, 48824, 48826, 48811); +UPDATE `creature_template` SET `DamageModifier`= 10, `BaseVariance`= 0.5 WHERE `entry`= 48447; +UPDATE `creature_template` SET `InhabitType`= 4 WHERE `entry` IN (48505, 48447); +UPDATE `creature_template` SET `DamageModifier`= 60, `BaseVariance`= 0.5, `mingold`= 20000, `maxgold`= 25000 WHERE `entry` IN (48936, 48941); +UPDATE `creature_template` SET `DamageModifier`= 30, `BaseVariance`= 0.5, `mingold`= 10000, `maxgold`= 15000 WHERE `entry` IN (48819, 48821, 48814, 48812, 48914, 48787, 48792, 48791, 48777, 48778);