Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- You have a new Trinity RBAC system. CMS the old system
- ...\application\models\external_account_model.php
- comment out code
- Code:
- // Fix for TrinityCore RBAC (or any emulator with 'rbac' in it's emulator filename)
- /*if(preg_match("/rbac/i", get_class($this->realms->getEmulator())))
- {
- $userId = $this->user->getId($username);
- $this->connection->query("INSERT INTO rbac_account_groups(`accountId`, `groupId`, `realmId`) values (?, 1, -1)", array($userId));
- }*/
Advertisement
Add Comment
Please, Sign In to add comment