mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
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:
parent
6154cfce99
commit
8327f22f6f
@ -2,6 +2,7 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
|||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
== 10/10/2013 ==
|
== 10/10/2013 ==
|
||||||
Secrets: Fixed zone shutdown (or #reloadqst) reinitalization of Perl. This should allow for Perl 5.14 and later to work on Windows under the new quest system.
|
Secrets: Fixed zone shutdown (or #reloadqst) reinitalization of Perl. This should allow for Perl 5.14 and later to work on Windows under the new quest system.
|
||||||
|
JJ: Revert change to EnterWorldPacket introduced on 22 April 2013 to fix inability to enter Tutorial or Go Home from character select screen.
|
||||||
|
|
||||||
== 10/09/2013 ==
|
== 10/09/2013 ==
|
||||||
demonstar55: Fixed some more instances of the AA timer being eaten
|
demonstar55: Fixed some more instances of the AA timer being eaten
|
||||||
|
|||||||
@ -723,7 +723,7 @@ bool Client::HandleEnterWorldPacket(const EQApplicationPacket *app) {
|
|||||||
if(cs->gohome[x] == 1)
|
if(cs->gohome[x] == 1)
|
||||||
{
|
{
|
||||||
home_enabled = true;
|
home_enabled = true;
|
||||||
return true;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -755,7 +755,7 @@ bool Client::HandleEnterWorldPacket(const EQApplicationPacket *app) {
|
|||||||
if(cs->tutorial[x] == 1)
|
if(cs->tutorial[x] == 1)
|
||||||
{
|
{
|
||||||
tutorial_enabled = true;
|
tutorial_enabled = true;
|
||||||
return true;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user