From 81333d8dcecba85c1af5344116eb1e86cbd664ca Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 15 Jun 2009 22:27:39 +0200 Subject: *Fix Honor Among Thieves *Fix Turn the Tables. --HG-- branch : trunk --- src/game/SpellAuras.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/game/SpellAuras.cpp') diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 53a865380d8..471209e8f77 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2478,6 +2478,10 @@ void AuraEffect::HandleAuraDummy(bool apply, bool Real, bool changeAmount) if(m_target->GetTypeId()==TYPEID_PLAYER) ((Player*)m_target)->RemoveAmmo(); // not use ammo and not allow use return; + case 52916: // Honor Among Thieves + if (Unit * target = ObjectAccessor::GetUnit(*m_target, m_target->GetUInt64Value(UNIT_FIELD_TARGET))) + m_target->CastSpell(target, 51699, true); + return; } // Earth Shield -- cgit v1.2.3