mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
*Some Exceptions for SetReputation, without this it is impossible to earn rep with Horde Expedition and Alliance Vanguard, by Themris
--HG-- branch : trunk
This commit is contained in:
@@ -251,6 +251,14 @@ bool ReputationMgr::SetReputation(FactionEntry const* factionEntry, int32 standi
|
||||
uint32 team = factionEntry->team;
|
||||
|
||||
int32 sharedStanding = standing; // Here we decide what the amount is to send to the others of the group.
|
||||
switch(factionEntry->ID)
|
||||
{
|
||||
case 1037: // Alliance Vanguard
|
||||
case 1052: // Horde Expedition
|
||||
extraTarget = -1; // Make possible to earn rep with this two factions
|
||||
break;
|
||||
|
||||
}
|
||||
switch(team)
|
||||
{
|
||||
case HORDE: // When earning reputation with home city factions, 25% of the earned reputation
|
||||
|
||||
Reference in New Issue
Block a user