We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50bf54 commit f27bfacCopy full SHA for f27bfac
src/ShotbowPlayer.php
@@ -41,6 +41,12 @@ class ShotbowPlayer implements ResourceOwnerInterface
41
const RANK_VERIFICATION_EMAIL = '31';
42
const RANK_PRIVILEGE_WASTED = '169';
43
const RANK_STAFF_WIKIADMIN = '52';
44
+ const RANK_PRIVILEGE_PRPTRAINEE = '202';
45
+ const RANK_PRIVILEGE_DEPLOYMENT_ACCESS = '196';
46
+ const RANK_PRIVILEGE_DEPLOYMENT_ADMIN = '199';
47
+ const RANK_STAFF_FILMCREW = '193';
48
+ const RANK_PRIVILEGE_SLAUGHTER = '190';
49
+
50
51
/** @var array */
52
private $attributes;
0 commit comments