Skip to content

Commit

Permalink
Merge pull request #6834 from WinterSolstice8/smn_pet_level
Browse files Browse the repository at this point in the history
[core] Use subjob level of /SMN casted avatars
  • Loading branch information
zach2good authored Jan 25, 2025
2 parents 68a06c4 + 03fcc75 commit 83d13ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/map/utils/petutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83d13ba

Please sign in to comment.