Core: Updated to 10.2.5

Port From (https://github.com/TrinityCore/TrinityCore/commit/a4a4d010a0e329d4dbd82c0be5feab1fc06c8834)
This commit is contained in:
hondacrx
2024-02-06 13:07:17 -05:00
parent 1d13b710f9
commit d1ad9f662e
23 changed files with 1457 additions and 1337 deletions
@@ -196,6 +196,10 @@ namespace Game.Entities
if (items != null)
stats.QuestItems.AddRange(items);
var currencies = Global.ObjectMgr.GetCreatureQuestCurrencyList(Entry);
if (currencies != null)
stats.QuestCurrencies.AddRange(currencies);
if (locale != Locale.enUS)
{
CreatureLocale creatureLocale = Global.ObjectMgr.GetCreatureLocale(Entry);