Skip to content

Commit

Permalink
Add prestige to murder
Browse files Browse the repository at this point in the history
  • Loading branch information
UCDFiddes committed Mar 27, 2024
1 parent 6133797 commit e38c345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive-bedrock-data",
"version": "1.1.5",
"version": "1.1.6",
"description": "A repo to store and calculate data and type definitions from The Hive: Bedrock Edition server.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/types/api/games/murder.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ interface Statistics_MURDER {
coins: number;
murders: number;
murderer_eliminations: number;
prestige: number;
}

interface StatisticVariants {
Expand Down

0 comments on commit e38c345

Please sign in to comment.