mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB: corrected a wrong entry from last commit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user