Browse Source

卡牌升级提示

zhaoyang 2 years ago
parent
commit
a4e78f7a7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Card/CardFosterView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Card/CardFosterView.cs

@@ -564,7 +564,7 @@ namespace GFGGame
                     }
                 }
 
-                PromptController.Instance.ShowFloatTextPrompt(string.Format("角色等级达到{0}级", roleLv));
+                PromptController.Instance.ShowFloatTextPrompt(string.Format("角色等级达到{0}级可继续升级词牌", roleLv));
 
                 return true;
             }