From d1ccc9b4917e3875b07a2e657805cb5f5ffda613 Mon Sep 17 00:00:00 2001 From: Mitachi <70312009+Mitachi2611@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:09:26 +0200 Subject: [PATCH] Update char_item.cpp --- Srcs-Server/game/src/char_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Srcs-Server/game/src/char_item.cpp b/Srcs-Server/game/src/char_item.cpp index 511c302..f112e3e 100644 --- a/Srcs-Server/game/src/char_item.cpp +++ b/Srcs-Server/game/src/char_item.cpp @@ -58,5 +58,5 @@ #ifdef ENABLE_MOUNT_LIKE_HORSE if (item) - CalcBonusMount(item); + CalcMountBonusBySeal(item); #endif \ No newline at end of file