[9759] Comment cleanups related to spell base points use.

This commit is contained in:
VladimirMangos 2010-04-18 13:02:51 +04:00
parent ead6468b13
commit 7f90b8955e
4 changed files with 4 additions and 4 deletions

View file

@ -6701,7 +6701,7 @@ void Spell::EffectReputation(SpellEffectIndex eff_idx)
Player *_player = (Player*)unitTarget;
int32 rep_change = m_currentBasePoints[eff_idx]; // field store reputation change -1
int32 rep_change = m_currentBasePoints[eff_idx];
uint32 faction_id = m_spellInfo->EffectMiscValue[eff_idx];