Store player recommendations to avoid reseting them with Nevit peace zone check.

This commit is contained in:
MobiusDevelopment 2019-11-20 23:05:02 +00:00
parent 1ec2e085f3
commit 94eb4314dd

View File

@ -57,5 +57,8 @@ public class RecoGiveTask implements Runnable
sm.addInt(recoToGive);
_player.sendPacket(sm);
_player.sendPacket(new UserInfo(_player));
// Store player recommendations to avoid reseting them with Nevit peace zone check.
_player.storeRecommendationValues();
}
}