Update char.cpp
This commit is contained in:
@ -40,5 +40,5 @@
|
|||||||
|
|
||||||
#ifdef ENABLE_MOUNT_LIKE_HORSE
|
#ifdef ENABLE_MOUNT_LIKE_HORSE
|
||||||
if (const auto pMountItem = GetWear(WEAR_COSTUME_MOUNT))
|
if (const auto pMountItem = GetWear(WEAR_COSTUME_MOUNT))
|
||||||
CalcBonusMount(pMountItem);
|
CalcMountBonusBySeal(pMountItem);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user