diff --git a/common/script/content/index.coffee b/common/script/content/index.coffee index d3a3a4936a..35cb3bae3e 100644 --- a/common/script/content/index.coffee +++ b/common/script/content/index.coffee @@ -1354,7 +1354,7 @@ api.quests = completion: t('questBurnoutCompletion') completionChat: t('questBurnoutCompletionChat') value: 0 - canBuy: false + canBuy: (()->false) category: 'world' boss: name: t('questBurnoutBoss') diff --git a/website/views/options/social/tavern.jade b/website/views/options/social/tavern.jade index c92dac97b7..baa9b6240a 100644 --- a/website/views/options/social/tavern.jade +++ b/website/views/options/social/tavern.jade @@ -2,7 +2,7 @@ .row .col-md-4 - // +boss(true, false) + +boss(true, false) table tr