Explorar el Código

洗练bug修复

cyzhao hace 10 meses
padre
commit
9d0321acb6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Gameserver/App/process/StoreProc.php

+ 1 - 1
Gameserver/App/process/StoreProc.php

@@ -63,7 +63,7 @@ class StoreProc {
         my_Assert(StlUtil::dictHasProperty($gemStore, $uid), ErrCode::user_store_NotExistGem);
 
         $gem = new Ins_Gem($gemStore->$uid);
-        my_Assert($gem->mo()->qual >= 5, ErrCode::user_store_GemNotXilian);
+        my_Assert($gem->mo()->qual >= 5, ErrCode::user_store_XilianStoneNoEnough);
 
         $arr = explode(';', glc()->XILianGemlNeedXILianStone);
         $needStone = 0;