Fix Rogue Door

This commit is contained in:
Somebody
2024-09-21 19:58:44 +08:00
parent 776dfc4afc
commit c86540dd33
222 changed files with 12710 additions and 664 deletions

View File

@@ -16,8 +16,7 @@ public class PacketSceneGroupRefreshScNotify : BasePacket
{
var group = new GroupRefreshInfo
{
GroupId = (uint)e.GroupID,
RefreshType = SceneGroupRefreshType.Unload
GroupId = (uint)e.GroupID
};
group.RefreshEntity.Add(new SceneEntityRefreshInfo
{