Edit src/game/SpellAuras.cpp - Fix spell name comment

This commit is contained in:
Schmoozerd 2011-12-16 20:53:47 +01:00
parent 92dc57ec85
commit 249fc30abc

View file

@ -2509,7 +2509,7 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
return;
}
case 43681: // Idle
case 43681: // Inactive
{
if (m_removeMode == AURA_REMOVE_BY_EXPIRE && target->GetTypeId() == TYPEID_PLAYER)
((Player*)target)->ToggleAFK();