mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
Fix Challenge & FeiXiao Skill
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user