diff --git a/src/map/utils/petutils.cpp b/src/map/utils/petutils.cpp index f115df2d43e..9ccf7e0df8d 100644 --- a/src/map/utils/petutils.cpp +++ b/src/map/utils/petutils.cpp @@ -763,7 +763,9 @@ namespace petutils } else if (PMaster->GetSJob() == JOB_SMN) { - PPet->SetMLevel(PMaster->GetSLevel()); + mLvl = PMaster->GetSLevel(); + + PPet->SetMLevel(mLvl); } else { // should never happen