change pw, change rank UI, auto-refresh on disconnect, new loading screen
This commit is contained in:
+2
-17
@@ -53,6 +53,8 @@ const defaultPermissions = [
|
||||
rpcname: 'softreserveCurrency', ...adminsOnly
|
||||
}, {
|
||||
rpcname: 'manageRaid', ...adminsOnly
|
||||
}, {
|
||||
rpcname: 'manageUser', ...adminsOnly
|
||||
}]
|
||||
|
||||
const testAccounts: protoAccount[] = [
|
||||
@@ -271,12 +273,6 @@ describe('Frontcraft', () => {
|
||||
undefined, 2, "str-to-ap bias"
|
||||
),
|
||||
|
||||
makePrio(
|
||||
'Band of Accuria',
|
||||
{ class: 'Warrior', specname: 'Protection' },
|
||||
undefined, 2, "hit bias"
|
||||
),
|
||||
|
||||
makePrio(
|
||||
'Bracers of Arcane Accuracy',
|
||||
{ class: 'Warlock', specname: 'Demonology' },
|
||||
@@ -376,22 +372,11 @@ describe('Frontcraft', () => {
|
||||
undefined, 1, "hit bias"
|
||||
),
|
||||
|
||||
makePrio(
|
||||
'Chromatic Boots',
|
||||
{ class: 'Warrior', specname: 'Protection' },
|
||||
undefined, 2, "hit bias"
|
||||
),
|
||||
|
||||
makePrio(
|
||||
'Crul\'shorukh, Edge of Chaos',
|
||||
undefined,
|
||||
"Human", -2, "Non-human"
|
||||
),
|
||||
makePrio(
|
||||
'Crul\'shorukh, Edge of Chaos',
|
||||
{ class: 'Warrior', specname: 'Protection' },
|
||||
undefined, 2, "nice dps bias"
|
||||
),
|
||||
makePrio(
|
||||
'Crul\'shorukh, Edge of Chaos',
|
||||
{ class: 'Warrior', specname: 'Fury' },
|
||||
|
||||
Reference in New Issue
Block a user