-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with character creation skills bonuses (#2973)
* Update skill handling - Update TrainSkill - Spec: init level bonus - Trained: xp bonus only at creation - Update PlayerFactory for xp bonus of trained skill * Update Player_Skills.cs * Update Player_Skills.cs * Update Player_Skills.cs * Update Player_Skills.cs * Update Player_Skills.cs * Update AugmentationDevice.cs * Update DeveloperFixCommands.cs * Update DeveloperFixCommands.cs * Update DeveloperFixCommands.cs * Update DeveloperFixCommands.cs * Update Player_Skills.cs * Update DeveloperFixCommands.cs * Update Source/ACE.Server/Command/Handlers/DeveloperFixCommands.cs Co-authored-by: gmriggs <[email protected]> * Update appveyor.yml Co-authored-by: gmriggs <[email protected]>
- Loading branch information
1 parent
9662ade
commit 404cc98
Showing
5 changed files
with
98 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 1.3.{build} | ||
version: 1.4.{build} | ||
pull_requests: | ||
do_not_increment_build_number: true | ||
skip_tags: true | ||
|