diff options
| author | Shauren <shauren.trinity@gmail.com> | 2020-09-19 12:44:42 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-09-19 12:44:42 +0200 |
| commit | f922c6e7a46a7c712daaaef9b1a72ca865fbe94b (patch) | |
| tree | 14a72dcc1176ed0f4758803df37811db18ffdc08 /src/server/scripts | |
| parent | c75d411a2f7d9992157e6a212c4d4ff15fff27b1 (diff) | |
Core/PacketIO: Renamed a bunch of opcodes based on more research (only those added after 6.0)
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()); } |
