Revert change to EnterWorldPacket introduced on 22 April 2013 to fix inability to enter Tutorial or Go Home from character select screen.

This commit is contained in:
JJ
2013-10-10 22:38:23 -04:00
parent 6154cfce99
commit 8327f22f6f
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -723,7 +723,7 @@ bool Client::HandleEnterWorldPacket(const EQApplicationPacket *app) {
if(cs->gohome[x] == 1)
{
home_enabled = true;
return true;
break;
}
}
}
@@ -755,7 +755,7 @@ bool Client::HandleEnterWorldPacket(const EQApplicationPacket *app) {
if(cs->tutorial[x] == 1)
{
tutorial_enabled = true;
return true;
break;
}
}
}