提交
This commit is contained in:
@@ -94,7 +94,7 @@ public class UIFuBensPanel : MonoBehaviour
|
||||
mc.fubenConfigs.Add(monster);
|
||||
}
|
||||
|
||||
int mapId = Convert.ToInt32(UIWindow.Instance.uiCreateMap.txtMapID.text);
|
||||
int mapId = MapManager.Instance._curOpenMapId;
|
||||
mc.SaveXML(mapId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user