This commit is contained in:
parent
e6562fda8c
commit
b2b1229fb8
6 changed files with 140 additions and 36 deletions
|
|
@ -2262,7 +2262,11 @@ namespace Server.Network
|
|||
|
||||
state.Send( SupportedFeatures.Instantiate( state ) );
|
||||
|
||||
state.Send( new CharacterList( state.Account, state.CityInfo ) );
|
||||
if ( state.NewCharacterList ) {
|
||||
state.Send( new CharacterList( state.Account, state.CityInfo ) );
|
||||
} else {
|
||||
state.Send( new CharacterListOld( state.Account, state.CityInfo ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue