mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Enable creation of both faction charaters on PvP realms.
This commit is contained in:
parent
d24461e300
commit
3b67be525d
1 changed files with 44 additions and 44 deletions
|
|
@ -324,7 +324,7 @@ void WorldSession::HandleCharCreateOpcode( WorldPacket & recv_data )
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AllowTwoSideAccounts = !sWorld.IsPvPRealm() || sWorld.getConfig(CONFIG_ALLOW_TWO_SIDE_ACCOUNTS) || GetSecurity() > SEC_PLAYER;
|
bool AllowTwoSideAccounts = sWorld.getConfig(CONFIG_ALLOW_TWO_SIDE_ACCOUNTS) || GetSecurity() > SEC_PLAYER;
|
||||||
uint32 skipCinematics = sWorld.getConfig(CONFIG_SKIP_CINEMATICS);
|
uint32 skipCinematics = sWorld.getConfig(CONFIG_SKIP_CINEMATICS);
|
||||||
|
|
||||||
bool have_same_race = false;
|
bool have_same_race = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue