Core/Spells: Implemented SPELL_ATTR9_ITEM_PASSIVE_ON_CLIENT
Port From (https://github.com/TrinityCore/TrinityCore/commit/321161230fe557f930bb155729d9150c42c5758c)
This commit is contained in:
@@ -5798,6 +5798,7 @@ namespace Game.Entities
|
||||
SendAurasForTarget(this);
|
||||
SendEnchantmentDurations(); // must be after add to map
|
||||
SendItemDurations(); // must be after add to map
|
||||
SendItemPassives(); // must be after add to map
|
||||
|
||||
// raid downscaling - send difficulty to player
|
||||
if (GetMap().IsRaid())
|
||||
|
||||
Reference in New Issue
Block a user