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

This commit is contained in:
MobiusDevelopment
2019-11-10 15:42:50 +00:00
parent 58cf9cc61e
commit 066eca1ac4
2 changed files with 7 additions and 1 deletions

View File

@@ -335,6 +335,9 @@ public class AdminEditChar implements IAdminCommandHandler
}
player.sendMessage("A GM changed your Recommend points to " + recVal);
activeChar.sendMessage(player.getName() + "'s Recommend changed to " + recVal);
// Store player recommendations to avoid reseting them with Nevit peace zone check.
player.storeRecommendations(false);
}
else
{