Feature: Divergent Universe & Fix Bug that Killing a Monster won't delete the monster on map

This commit is contained in:
Somebody
2024-10-01 16:05:14 +08:00
parent c86540dd33
commit 9f2c712a80
258 changed files with 2248 additions and 3194 deletions

View File

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