Fix Titanium clients from not being able to start in Tutorial zone.

This commit is contained in:
Michael Cook
2013-10-12 00:29:44 -04:00
parent 549dfc9781
commit 98c835e470
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -666,7 +666,11 @@ bool Client::HandleCharacterCreatePacket(const EQApplicationPacket *app) {
safe_delete(outapp);
}
else
{
if(ClientVersionBit & BIT_TitaniumAndEarlier)
StartInTutorial = true;
SendCharInfo();
}
return true;
}