Skip to content

Commit

Permalink
chore: kaetram v2.4.1 -> v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Veradictus committed Apr 18, 2023
1 parent f2d86a9 commit 8184529
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ MAX_PLAYERS=200
# Update time to parse packets in milliseconds (update every 300ms)
UPDATE_TIME=300
# Game version
GVER='alpha-2.4.1'
GVER='alpha-2.5.0'
# Used for hotfixes and minor updates that do not require a full update.
MINOR=''
# If to load regions from cache.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaetram",
"version": "2.4.1",
"version": "2.5.0",
"private": true,
"packageManager": "[email protected]",
"author": "Veradictus",
Expand Down
13 changes: 13 additions & 0 deletions packages/common/text/en/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,18 @@
"- Major improvements to the backend",
"- And many more bug fixes and improvements"
]
},
"alpha-2.5.0": {
"title": "Kaetram alpha-2.5.0",
"content": [
"- Added 8 new skills",
"- Added new areas/bosses/achievements/quests",
"- Added many new items",
"- Increased inventory/bank size",
"- Fix status effects not being removed",
"- Fix bug with the death animation hanging",
"- Fix bug with character animations",
"- Many new features and bug fixes"
]
}
}

0 comments on commit 8184529

Please sign in to comment.