kill count
This commit is contained in:
@ -93,6 +93,7 @@ export const getKillCount = (displayName, entityName) => get(
|
||||
'killCount',
|
||||
0
|
||||
)
|
||||
export const getAllKills = () => all('SELECT * FROM playerKills ORDER BY displayName ASC')
|
||||
|
||||
export const saveLevelUp = (displayName, levelUpCount) => run(
|
||||
`INSERT OR REPLACE INTO levelUps (displayName, levelUpCount) VALUES (?, ?)`,
|
||||
|
Reference in New Issue
Block a user