diff options
| author | QAston <none@none> | 2009-06-15 22:27:39 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-15 22:27:39 +0200 |
| commit | 81333d8dcecba85c1af5344116eb1e86cbd664ca (patch) | |
| tree | 858bf6f5e3bc35d306b21b9f0d08a63ca5b87e89 /src/game/SpellAuras.cpp | |
| parent | 20cd3a6613581f809084db497f398c3d326f37ab (diff) | |
*Fix Honor Among Thieves
*Fix Turn the Tables.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
