Merge branch 'Yutsuten-orb-rebirth' into develop

This commit is contained in:
Matteo Pagliazzi 2017-04-11 17:10:50 +02:00
commit 69347df050

View file

@ -94,7 +94,7 @@ module.exports = function updateStats (user, stats, req = {}, analytics) {
};
}
});
if (!user.flags.rebirthEnabled && (user.stats.lvl >= 50 || user.achievements.beastMaster)) {
if (!user.flags.rebirthEnabled && user.stats.lvl >= 50) {
user.addNotification('REBIRTH_ENABLED');
user.flags.rebirthEnabled = true;
}