|
@@ -369,6 +369,11 @@ namespace GFGGame
|
|
|
{
|
|
|
if (storyDialogCfg.showChangeName == 1 && StorageDataManager.Instance.GetStorageValue(ConstStorageId.CHANGE_NAME) == 0)
|
|
|
{
|
|
|
+ if (_autoPlay)
|
|
|
+ {
|
|
|
+ _ui.m_btnAutoPlay.selected = false;
|
|
|
+ OnClickBtnAutoPlay();
|
|
|
+ }
|
|
|
GameController.ShowCreateRole();
|
|
|
}
|
|
|
_ui.m_loaMask.url = ResPathUtil.GetBgImgPath(storyDialogCfg.maskRes);
|