fixed an unimported copy&paste tag :) had no influence afaik but still

better like this
This commit is contained in:
FreshDumbledore 2014-06-18 22:50:07 +02:00
parent 04d2664b06
commit 202fcd7cad
1 changed files with 1 additions and 1 deletions

View File

@ -1109,7 +1109,7 @@ std::string UnitType::toString() const {
result += " maxHp = " + intToStr(maxHp);
result += " hpRegeneration = " + intToStr(hpRegeneration);
result += " maxEp = " + intToStr(maxEp);
result += " startEp = " + intToStr(maxEp);
result += " startEp = " + intToStr(startEp);
result += " epRegeneration = " + intToStr(epRegeneration);
result += " maxUnitCount = " + intToStr(getMaxUnitCount());