mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 08:22:17 +00:00
fix(world-boss): Pass test
Also uncomment the line used to hide display of the boss in the Tavern, because we won't be doing a dry run of that style this time around.
This commit is contained in:
parent
f6abcc0ddf
commit
3ca836a81c
2 changed files with 2 additions and 2 deletions
|
|
@ -1354,7 +1354,7 @@ api.quests =
|
|||
completion: t('questBurnoutCompletion')
|
||||
completionChat: t('questBurnoutCompletionChat')
|
||||
value: 0
|
||||
canBuy: false
|
||||
canBuy: (()->false)
|
||||
category: 'world'
|
||||
boss:
|
||||
name: t('questBurnoutBoss')
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
.row
|
||||
.col-md-4
|
||||
|
||||
// +boss(true, false)
|
||||
+boss(true, false)
|
||||
|
||||
table
|
||||
tr
|
||||
|
|
|
|||
Loading…
Reference in a new issue