diff options
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 79abeac66cb..7f13e49a73d 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -6622,8 +6622,8 @@ void Spell::EffectQuestComplete(uint32 i) void Spell::EffectForceDeselect(uint32 i) { - WorldPacket data(SMSG_CLEAR_TARGET, 8);
- data << uint64(m_caster->GetGUID());
+ WorldPacket data(SMSG_CLEAR_TARGET, 8); + data << uint64(m_caster->GetGUID()); m_caster->SendMessageToSet(&data, true); } |