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:
hondacrx
2019-12-02 22:54:06 -05:00
parent cd396cdda5
commit 4e7005830f
4 changed files with 24 additions and 8 deletions
+2
View File
@@ -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)
{