saetor trains

This commit is contained in:
2024-09-13 17:57:58 -05:00
parent 84c022a39b
commit 5e5ee4fed1
+1
View File
@@ -96,6 +96,7 @@ public class TrainMsg extends ClientNetMsg {
if(sb.getName().equals("Staff") || sb.getName().equals("Staff Mastery") || sb.getName().equals("Parry")){
sk = new CharacterSkill(sb,playerCharacter);
DbManager.CharacterSkillQueries.updateDatabase(sk);
DbManager.CharacterSkillQueries.UPDATE_TRAINS(sk);
}
if (sk == null)