Code
diff -r 4a26149160ce -r 79ade2670cab src/game/Unit.cpp
--- a/src/game/Unit.cpp Tue Mar 02 15:06:08 2010 +0200
+++ b/src/game/Unit.cpp Tue Mar 02 15:26:05 2010 +0200
@@ -8319,7 +8319,12 @@
if (this->GetTypeId() != TYPEID_PLAYER || !((Player*)this)->IsBaseRuneSlotsOnCooldown(RUNE_BLOOD))
return false;
}
-
+ // Glyph of Death's Embrace
+ else if (auraSpellInfo->Id == 58677)
+ {
+ if (procSpell->Id != 47633)
+ return false;
+ }
// Rime
else if (auraSpellInfo->SpellFamilyName == SPELLFAMILY_DEATHKNIGHT && auraSpellInfo->SpellIconID == 56)
{