123
This commit is contained in:
parent
32e7b29fec
commit
a3b6b654ea
@ -171,7 +171,7 @@ namespace GameLogic
|
|||||||
if (data == null)
|
if (data == null)
|
||||||
{
|
{
|
||||||
|
|
||||||
int targetId = Random.Range(1, EventConts.MaxPlayerIds);
|
int targetId = Random.Range(2, EventConts.MaxPlayerIds);
|
||||||
|
|
||||||
data = DataGameSceneManager.Instance.CreateUnitPlayerData(protCustMessageData, targetId - 1);
|
data = DataGameSceneManager.Instance.CreateUnitPlayerData(protCustMessageData, targetId - 1);
|
||||||
// 二次容错
|
// 二次容错
|
||||||
|
Loading…
x
Reference in New Issue
Block a user