Skip to content

Commit f27bfac

Browse files
authored
Update rank constants
* PRP Trainee * Deployment Access * Deployment Administration * Film Crew Public Rank * Slaughter Permissions
1 parent b50bf54 commit f27bfac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ShotbowPlayer.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ class ShotbowPlayer implements ResourceOwnerInterface
4141
const RANK_VERIFICATION_EMAIL = '31';
4242
const RANK_PRIVILEGE_WASTED = '169';
4343
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+
4450

4551
/** @var array */
4652
private $attributes;

0 commit comments

Comments
 (0)