[7626] Fixed: Typo in InitStatsForLevel

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
rastikzzz 2009-04-06 14:40:25 +04:00 committed by VladimirMangos
parent 361e2eba42
commit e95ba2814d
2 changed files with 2 additions and 2 deletions

View file

@ -2408,7 +2408,7 @@ void Player::InitStatsForLevel(bool reapplyMods)
SetUInt32Value(PLAYER_FIELD_MOD_TARGET_PHYSICAL_RESISTANCE,0);
for(int i = 0; i < MAX_SPELL_SCHOOL; ++i)
{
SetFloatValue(UNIT_FIELD_POWER_COST_MODIFIER+i,0.0f);
SetUInt32Value(UNIT_FIELD_POWER_COST_MODIFIER+i,0);
SetFloatValue(UNIT_FIELD_POWER_COST_MULTIPLIER+i,0.0f);
}
// Reset no reagent cost field

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7625"
#define REVISION_NR "7626"
#endif // __REVISION_NR_H__