Merge branch 'master' into inv2

This commit is contained in:
KimLS
2015-04-07 16:29:07 -07:00
30 changed files with 407 additions and 133 deletions
+4 -2
View File
@@ -1318,8 +1318,10 @@ bool ZoneServer::Process() {
break;
}
}
delete pack;
if (pack)
delete pack;
else
Log.Out(Logs::Detail, Logs::World_Server, "Zoneserver process tried to delete pack when pack does not exist.");
}
return true;
}