添加云南临沧临翔恒基场景、修改AI离开动画时间
This commit is contained in:
@@ -1532,6 +1532,10 @@ namespace Valheim
|
||||
authInfo.shop = 17;
|
||||
if (GameInit.Ins.place == Place.Wulanhaote_Wanda_Shangchang)
|
||||
authInfo.shop = 21;
|
||||
if (GameInit.Ins.place == Place.Hunan_Hengyang_Zhuhui_Dongzhoudao_nei)
|
||||
authInfo.shop = 24;
|
||||
if (GameInit.Ins.place == Place.Yunnan_Lincang_Linxiang_Hengji_Dixia)
|
||||
authInfo.shop = 25;
|
||||
#endif
|
||||
authInfo.gameId = 4;
|
||||
string authJson = JsonUtility.ToJson(authInfo);
|
||||
|
||||
Reference in New Issue
Block a user