mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7540] Move most reputation/force faction reaction code to new ReputationMgr.
This commit is contained in:
parent
ef014420a5
commit
c33eff13f4
19 changed files with 773 additions and 647 deletions
|
|
@ -5757,7 +5757,7 @@ void Spell::EffectReputation(uint32 i)
|
|||
if(!factionEntry)
|
||||
return;
|
||||
|
||||
_player->ModifyFactionReputation(factionEntry,rep_change);
|
||||
_player->GetReputationMgr().ModifyReputation(factionEntry,rep_change);
|
||||
}
|
||||
|
||||
void Spell::EffectQuestComplete(uint32 i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue