mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
Allow use of Go Home button when Tutorial still selected in RoF.
This commit is contained in:
+1
-1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user