Core/Spells: Fix Glyph of Death Grip

Fixes issue #4608

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-12-23 17:38:31 +01:00
parent a90aeb7657
commit 0cdc4153d8
+1 -1
View File
@@ -8939,7 +8939,7 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, AuraEffect* trig
{
// remove cooldown of Death Grip
if (GetTypeId() == TYPEID_PLAYER)
this->ToPlayer()->RemoveCategoryCooldown(82);
this->ToPlayer()->RemoveSpellCooldown(49576, true);
return true;
}
// Savage Defense