Notifications
Clear all
Topic starter
A player is asking us if there's a way to reset their achievements. Is there (either on their end, or on our end in the Combu admin console or phpMyAdmin)?
thanks
Dave
Posted : 14/12/2016 1:06 am
The idea of having a simple full/single reset of Achievements (and Leaderboards) in the administration console is good, it'll be implemented for the next update, thanks for the suggestion.
For now you can execute the following query on your database (replace @ID_ACCOUNT@ with the Id of the user):
DELETE FROM CB_Achievement_User WHERE IdAccount = @ID_ACCOUNT@
FRANCESCO CROCETTI @ SKARED CREATIONS
Posted : 14/12/2016 11:38 am
Topic starter
Thanks!
Posted : 14/12/2016 4:04 pm