diff options
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/map_extractor/System.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index 59499aab599..13b72a5d38a 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -1340,6 +1340,14 @@ void ExtractGameTables() { 3999264, "ChanceToSpellCritBase.txt" }, { 1391669, "CombatRatings.txt" }, { 1391651, "NPCManaCostScaler.txt" }, + { 1391644, "NpcDamageByClass.txt" }, + { 1391645, "NpcDamageByClassExp1.txt" }, + { 1391646, "NpcDamageByClassExp2.txt" }, + { 1391647, "NpcDamageByClassExp3.txt" }, + { 1391652, "NpcTotalHp.txt" }, + { 1391653, "NpcTotalHpExp1.txt" }, + { 1391654, "NpcTotalHpExp2.txt" }, + { 1391655, "NpcTotalHpExp3.txt" }, { 5464960, "OCTBaseHPByClass.txt" }, { 4049853, "OCTBaseMPByClass.txt" }, { 4526467, "OCTClassCombatRatingScalar.txt" }, |