allows stats to change for users who used rebirth

This commit is contained in:
Alice Harris
2014-09-17 06:24:39 +10:00
parent 18a13f4972
commit b93445ed93
2 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -495,7 +495,7 @@ api.wrap = (user, main=true) ->
user.achievements.rebirths++
user.achievements.rebirthLevel = lvl
user.stats.buffs = {}
user.markModified? 'stats'
# user.markModified? 'stats'
cb? null, user
ga?.event('purchase', 'Rebirth').send()