wanggangzero 8 months ago
parent
commit
85ca38ea8d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Gameserver/App/model/User/Data_UserGame.php

+ 1 - 0
Gameserver/App/model/User/Data_UserGame.php

@@ -54,6 +54,7 @@ class Data_UserGame extends HashSaver {
         shuffle($arr);
         $ntk = join('', array_slice($arr, 3, 8));
         $this->TK = $ntk;
+        $this->save_tag("TK");
     }
 
     /**