diff --git a/sql/updates/world/custom/custom_2018_10_27_02_world.sql b/sql/updates/world/custom/custom_2018_10_27_02_world.sql index 33e83ffd3c8..43bcf55fb32 100644 --- a/sql/updates/world/custom/custom_2018_10_27_02_world.sql +++ b/sql/updates/world/custom/custom_2018_10_27_02_world.sql @@ -1,5 +1,5 @@ -- light trash npc's (level 85, normal rank) -UPDATE `creature_template` SET `DamageModifier`= 8, `BaseVariance`= 0.5, `mingold`= 5000, `maxgold`= 9000 WHERE `entry` IN (48842, 47132); +UPDATE `creature_template` SET `DamageModifier`= 8, `BaseVariance`= 0.5, `mingold`= 5000, `maxgold`= 9000 WHERE `entry` IN (48842, 49125); -- generic trash npc's (level 85, elite rank) UPDATE `creature_template` SET `DamageModifier`= 30, `BaseVariance`= 0.5, `mingold`= 5000, `maxgold`= 9000 WHERE `entry` IN (48851, 48942, 48967, 48968, 48973, 48981, 48985, 49059, 49130, 49184, 49186, 49164);