Store player recommendations to avoid reseting them with Nevit peace zone check.
This commit is contained in:
parent
1ec2e085f3
commit
94eb4314dd
@ -57,5 +57,8 @@ public class RecoGiveTask implements Runnable
|
|||||||
sm.addInt(recoToGive);
|
sm.addInt(recoToGive);
|
||||||
_player.sendPacket(sm);
|
_player.sendPacket(sm);
|
||||||
_player.sendPacket(new UserInfo(_player));
|
_player.sendPacket(new UserInfo(_player));
|
||||||
|
|
||||||
|
// Store player recommendations to avoid reseting them with Nevit peace zone check.
|
||||||
|
_player.storeRecommendationValues();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user