Fix Challenge & FeiXiao Skill

This commit is contained in:
Somebody
2024-09-15 10:32:06 +08:00
parent 6371472278
commit c918b14b04
15 changed files with 116 additions and 33 deletions

View File

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