mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Spells: Allow death knights to mount while under the effect of Lichborne.
Closes #878
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user