Enable creation of both faction charaters on PvP realms.

This commit is contained in:
tomrus88 2009-08-07 23:49:38 +04:00
parent d24461e300
commit 3b67be525d

View file

@ -324,7 +324,7 @@ void WorldSession::HandleCharCreateOpcode( WorldPacket & recv_data )
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);
bool have_same_race = false;