diff options
| author | funjoker <torti-esser@web.de> | 2018-11-30 17:57:32 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-05-02 22:37:28 +0200 |
| commit | 314a35f0cd912daed7c0663f4f13552b6747fd98 (patch) | |
| tree | f54b892d54a89e66caee0ca3339635a0b801ee64 /src/tools/map_extractor | |
| parent | d7623adf0e6b8c5cdc1e468b89172ed7db63fe92 (diff) | |
Core/Creatures: Update creature scaling to use content tuning
Closes #22831
Diffstat (limited to 'src/tools/map_extractor')
| -rw-r--r-- | src/tools/map_extractor/System.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index 8f2be503c56..05e0867daa5 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -1356,7 +1356,6 @@ void ExtractGameTables() DB2FileInfo GameTables[] = { - { 1385707, "ArmorMitigationByLvl.txt" }, { 1582086, "ArtifactKnowledgeMultiplier.txt" }, { 1391662, "ArtifactLevelXP.txt" }, { 1892815, "AzeriteBaseExperiencePerLevel.txt" }, @@ -1375,23 +1374,7 @@ void ExtractGameTables() { 2012881, "ItemLevelByLevel.txt" }, { 1726830, "ItemLevelSquish.txt" }, { 1391643, "ItemSocketCostPerLevel.txt" }, - { 1391644, "NpcDamageByClass.txt" }, - { 1391645, "NpcDamageByClassExp1.txt" }, - { 1391646, "NpcDamageByClassExp2.txt" }, - { 1391647, "NpcDamageByClassExp3.txt" }, - { 1391648, "NpcDamageByClassExp4.txt" }, - { 1391649, "NpcDamageByClassExp5.txt" }, - { 1391650, "NpcDamageByClassExp6.txt" }, - { 1536195, "NpcDamageByClassExp7.txt" }, { 1391651, "NPCManaCostScaler.txt" }, - { 1391652, "NpcTotalHp.txt" }, - { 1391653, "NpcTotalHpExp1.txt" }, - { 1391654, "NpcTotalHpExp2.txt" }, - { 1391655, "NpcTotalHpExp3.txt" }, - { 1391656, "NpcTotalHpExp4.txt" }, - { 1391657, "NpcTotalHpExp5.txt" }, - { 1391658, "NpcTotalHpExp6.txt" }, - { 1536196, "NpcTotalHpExp7.txt" }, { 1391659, "SandboxScaling.txt" }, { 1391660, "SpellScaling.txt" }, { 1980632, "StaminaMultByILvl.txt" }, |
