Core/Items: Changed how azerite item bonuses are applied at login to avoid applying them twice
Port From (https://github.com/TrinityCore/TrinityCore/commit/d02f3ca7cab196eb2b2b14410582aff009b04817)
This commit is contained in:
@@ -195,6 +195,8 @@ namespace Game.Entities
|
||||
}
|
||||
|
||||
_ApplyAllItemMods();
|
||||
// Apply all azerite item mods, azerite empowered item mods will get applied through its spell script
|
||||
ApplyAllAzeriteItemMods(true);
|
||||
}
|
||||
Item _LoadItem(SQLTransaction trans, uint zoneId, uint timeDiff, SQLFields fields)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user