From 249fc30abc1a5286fd88e3e9e8279da8e742ad7b Mon Sep 17 00:00:00 2001 From: Schmoozerd Date: Fri, 16 Dec 2011 20:53:47 +0100 Subject: [PATCH] Edit src/game/SpellAuras.cpp - Fix spell name comment --- src/game/SpellAuras.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 6d5eda837..454864977 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -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();