Przeglądaj źródła

Spawn widgets pos updates to be included as bulk position updates

only info/vis packets will be separate, spawn widgets will be included with regular spawns in bulk updates
Image 4 lat temu
rodzic
commit
fe40194c06
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      EQ2/source/WorldServer/client.cpp

+ 1 - 1
EQ2/source/WorldServer/client.cpp

@@ -8283,7 +8283,7 @@ void Client::SendSpawnChanges(set<Spawn*>& spawns) {
 			vis_size = 0;
 		}
 
-		if (spawn->IsWidget() || spawn->info_changed || spawn->vis_changed)
+		if (spawn->info_changed || spawn->vis_changed)
 		{
 			GetPlayer()->GetZone()->SendSpawnChanges(spawn, this, false, false);
 			continue;