mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[9759] Comment cleanups related to spell base points use.
This commit is contained in:
parent
ead6468b13
commit
7f90b8955e
4 changed files with 4 additions and 4 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue