mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Fix Titanium clients from not being able to start in Tutorial zone.
This commit is contained in:
parent
549dfc9781
commit
98c835e470
@ -1,5 +1,8 @@
|
|||||||
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
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 ==
|
== 10/11/2013 ==
|
||||||
JJ: (demonstar55) Allow use of Go Home button when Tutorial still selected in RoF.
|
JJ: (demonstar55) Allow use of Go Home button when Tutorial still selected in RoF.
|
||||||
|
|
||||||
|
|||||||
@ -666,7 +666,11 @@ bool Client::HandleCharacterCreatePacket(const EQApplicationPacket *app) {
|
|||||||
safe_delete(outapp);
|
safe_delete(outapp);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
if(ClientVersionBit & BIT_TitaniumAndEarlier)
|
||||||
|
StartInTutorial = true;
|
||||||
SendCharInfo();
|
SendCharInfo();
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user