Allow use of Go Home button when Tutorial still selected in RoF.

This commit is contained in:
JJ
2013-10-11 22:40:49 -04:00
parent 2019379a42
commit 549dfc9781
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -709,7 +709,7 @@ bool Client::HandleEnterWorldPacket(const EQApplicationPacket *app) {
return true;
}
if(!pZoning && ew->return_home)
if(!pZoning && ew->return_home && !ew->tutorial)
{
CharacterSelect_Struct* cs = new CharacterSelect_Struct;
memset(cs, 0, sizeof(CharacterSelect_Struct));