Pre-purposed clean-up

This commit is contained in:
Uleat
2015-02-15 10:30:43 -05:00
parent 53a1faa36f
commit e4be4d6895
23 changed files with 762 additions and 770 deletions
+4 -4
View File
@@ -724,9 +724,9 @@ bool Client::HandleEnterWorldPacket(const EQApplicationPacket *app) {
for(int x = 0; x < 10; ++x)
{
if(strcasecmp(cs->name[x], char_name) == 0)
if(strcasecmp(cs->Name[x], char_name) == 0)
{
if(cs->gohome[x] == 1)
if(cs->GoHome[x] == 1)
{
home_enabled = true;
break;
@@ -754,9 +754,9 @@ bool Client::HandleEnterWorldPacket(const EQApplicationPacket *app) {
for(int x = 0; x < 10; ++x)
{
if(strcasecmp(cs->name[x], char_name) == 0)
if(strcasecmp(cs->Name[x], char_name) == 0)
{
if(cs->tutorial[x] == 1)
if(cs->Tutorial[x] == 1)
{
tutorial_enabled = true;
break;