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