diff options
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Spells/spell_item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_item.cpp b/src/server/scripts/Spells/spell_item.cpp index 61e551a055b..1ad97453c49 100644 --- a/src/server/scripts/Spells/spell_item.cpp +++ b/src/server/scripts/Spells/spell_item.cpp @@ -3961,7 +3961,7 @@ class spell_item_heart_of_azeroth : public AuraScript { target->ApplyAllAzeriteEmpoweredItemMods(equipped); - WorldPackets::Azerite::AzeriteEmpoweredItemEquippedStatusChanged statusChanged; + WorldPackets::Azerite::PlayerAzeriteItemEquippedStatusChanged statusChanged; statusChanged.IsHeartEquipped = equipped; target->SendDirectMessage(statusChanged.Write()); } |
