mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
*Move most reputation/force faction reaction code to new ReputationMgr. Author: VladimirMangos
--HG-- branch : trunk
This commit is contained in:
@@ -5649,7 +5649,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)
|
||||
|
||||
Reference in New Issue
Block a user