Core/Spells: Allow death knights to mount while under the effect of Lichborne.

Closes #878
This commit is contained in:
kaelima
2011-07-08 08:19:50 +02:00
parent 0c23e1597a
commit 622fa86026

View File

@@ -1798,7 +1798,7 @@ class Unit : public WorldObject
{
ShapeshiftForm form = GetShapeshiftForm();
return form != FORM_NONE && form != FORM_BATTLESTANCE && form != FORM_BERSERKERSTANCE && form != FORM_DEFENSIVESTANCE &&
form != FORM_SHADOW && form != FORM_STEALTH;
form != FORM_SHADOW && form != FORM_STEALTH && form != FORM_UNDEAD;
}
float m_modMeleeHitChance;