diff --git a/Srcs-Server/game/src/char.cpp b/Srcs-Server/game/src/char.cpp index cbdddb4..6874159 100644 --- a/Srcs-Server/game/src/char.cpp +++ b/Srcs-Server/game/src/char.cpp @@ -40,5 +40,5 @@ #ifdef ENABLE_MOUNT_LIKE_HORSE if (const auto pMountItem = GetWear(WEAR_COSTUME_MOUNT)) - CalcBonusMount(pMountItem); + CalcMountBonusBySeal(pMountItem); #endif