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

View File

@ -1,5 +1,8 @@
EQEMu Changelog (Started on Sept 24, 2003 15:50)
-------------------------------------------------------
== 10/12/2013 ==
demonstar55: Allow Titanium and lower clients to enter Tutorial zone from character select
== 10/11/2013 ==
JJ: (demonstar55) Allow use of Go Home button when Tutorial still selected in RoF.

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;
}