添加云南临沧临翔恒基场景、修改AI离开动画时间

This commit is contained in:
ZYT
2025-09-22 18:33:46 +08:00
parent a451631692
commit cb17e6dd82
41 changed files with 554998 additions and 3 deletions

View File

@@ -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);