Core/DataStores: Updated DBC and DB2 structures to 6.2.2.20444

This commit is contained in:
Shauren
2015-09-07 18:03:33 +02:00
parent 0098e98c69
commit 8a8ab0b4b6
23 changed files with 822 additions and 660 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ float Player::GetHealthBonusFromStamina()
{
// Taken from PaperDollFrame.lua - 6.0.3.19085
float ratio = 10.0f;
if (gtOCTHpPerStaminaEntry const* hpBase = sGtOCTHpPerStaminaStore.EvaluateTable(getLevel() - 1, 0))
if (GtOCTHpPerStaminaEntry const* hpBase = sGtOCTHpPerStaminaStore.EvaluateTable(getLevel() - 1, 0))
ratio = hpBase->ratio;
float stamina = GetStat(STAT_STAMINA);