Core/Reputation: Implemented paragon reputation
Port From (https://github.com/TrinityCore/TrinityCore/commit/b01fba4bd9530213ee0c9547e09d1f16b3ce5d67)
This commit is contained in:
@@ -7442,6 +7442,14 @@ namespace Game
|
||||
}
|
||||
}
|
||||
|
||||
// Make all paragon reward quests repeatable
|
||||
foreach (ParagonReputationRecord paragonReputation in CliDB.ParagonReputationStorage.Values)
|
||||
{
|
||||
Quest quest = GetQuestTemplate((uint)paragonReputation.QuestID);
|
||||
if (quest != null)
|
||||
quest.SetSpecialFlag(QuestSpecialFlags.Repeatable);
|
||||
}
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loaded {0} quests definitions in {1} ms", _questTemplates.Count, Time.GetMSTimeDiffToNow(oldMSTime));
|
||||
}
|
||||
public void LoadQuestStartersAndEnders()
|
||||
|
||||
Reference in New Issue
Block a user