Update eqemu_server.pl to use new AppVeyor build link

Adjust pet zoning to occur before zone spawns are sent in bulk
This commit is contained in:
Akkadius
2016-12-01 19:41:12 -06:00
parent ffbc913b9d
commit de92c277e0
2 changed files with 19 additions and 21 deletions
+1
View File
@@ -424,6 +424,7 @@ Client::~Client() {
void Client::SendZoneInPackets()
{
//////////////////////////////////////////////////////
// Spawn Appearance Packet
auto outapp = new EQApplicationPacket(OP_SpawnAppearance, sizeof(SpawnAppearance_Struct));