浏览代码

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 年之前
父节点
当前提交
fe40194c06
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;