diff options
author | funjoker <funjoker109@gmail.com> | 2025-05-13 23:54:26 +0200 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2025-05-13 23:54:26 +0200 |
commit | 86d21d26e7c92a8d5731441d4ca15739e37f13d5 (patch) | |
tree | e48a5eed67d0a3c333f14345434b87b63ba5d85f /src/tools | |
parent | e723e7935ec92ab1258def0a4238cb6c1c72ec7c (diff) |
Core/Stats: Reimplement HP from stamina
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/map_extractor/System.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index aaf69832af7..6ca1b856508 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -1354,7 +1354,7 @@ void ExtractGameTables() // { 5464960, "OCTBaseHPByClass.txt" }, { 4049853, "OCTBaseMPByClass.txt" }, { 4526467, "OCTClassCombatRatingScalar.txt" }, - { 5464961, "OCTHPPerStamina.txt" }, + //{ 5464961, "OCTHPPerStamina.txt" }, { 3953485, "OCTRegenHP.txt" }, { 2238239, "OCTRegenMP.txt" }, { 3953486, "RegenHPPerSpt.txt" }, |