From 5a9ef604e20d6ea30fa94a3ddbae6bc4ac6fe93e Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Wed, 13 Jan 2010 18:22:31 +0100 Subject: * Fix CRLF. --HG-- branch : trunk --- src/game/SpellEffects.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/SpellEffects.cpp') 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); } -- cgit v1.2.3