From 0976859c0e56515edc1007e48b7aa8ceddbc6b6e Mon Sep 17 00:00:00 2001 From: Mitachi <70312009+Mitachi2611@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:10:35 +0200 Subject: [PATCH] Update char.cpp --- Srcs-Server/game/src/char.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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