Core/Auras: Corrected SPELL_AURA_MOD_HONOR_GAIN_PCT implementation - it should only increase honor gains from some sources
Port From (https://github.com/TrinityCore/TrinityCore/commit/c56d18287dad88b214b4a33ccd785484b165acbe)
This commit is contained in:
@@ -1005,4 +1005,20 @@ namespace Framework.Constants
|
||||
CharacterContentpushIndex = 8,
|
||||
CharacterQuestCompletedIndex = 9,
|
||||
}
|
||||
|
||||
public enum HonorGainSource
|
||||
{
|
||||
Kill = 0,
|
||||
Quest = 1,
|
||||
ArenaCompletion = 2,
|
||||
BGCompletion = 3,
|
||||
LFG = 4,
|
||||
TeamContribution = 5,
|
||||
RankedBGCompletion = 6,
|
||||
RatedArenaCompletion = 7,
|
||||
ArenaSkirmishCompletion = 8,
|
||||
RandomBGCompletion = 9,
|
||||
HolidayBGCompletion = 10,
|
||||
Spell = 11,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -219,7 +219,7 @@ namespace Framework.Constants
|
||||
ModMountedFlightSpeedAlways = 209,
|
||||
ModVehicleSpeedAlways = 210,
|
||||
ModFlightSpeedNotStack = 211,
|
||||
ModHonorGainPct = 212,
|
||||
ModHonorGainPctFromSource = 212,
|
||||
ModRageFromDamageDealt = 213,
|
||||
Unk214 = 214,
|
||||
ArenaPreparation = 215,
|
||||
|
||||
Reference in New Issue
Block a user