mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-13 04:37:36 +01:00
Reset stats after allocation (#10363)
This commit is contained in:
@@ -307,6 +307,13 @@
|
||||
stats: statUpdates,
|
||||
});
|
||||
|
||||
this.statUpdates = {
|
||||
str: 0,
|
||||
int: 0,
|
||||
con: 0,
|
||||
per: 0,
|
||||
};
|
||||
|
||||
this.loading = false;
|
||||
},
|
||||
allocateNow () {
|
||||
|
||||
Reference in New Issue
Block a user