cyzhao 4 سال پیش
والد
کامیت
4962c2699a
2فایلهای تغییر یافته به همراه9 افزوده شده و 1 حذف شده
  1. 5 1
      Gameserver/Amfphp/base/ErrCode.php
  2. 4 0
      Gameserver/Amfphp/process/HeroProc.php

+ 5 - 1
Gameserver/Amfphp/base/ErrCode.php

@@ -472,7 +472,11 @@ class ErrCode {
     /**
      * 重复言灵
      */
-     const hero_yanling_repeat = 3329;
+     const hero_yanling_repeat = 3331;
+     /**
+      * 
+      */
+     const hero_yanling_starMax = 3332;
 //
 // </editor-fold>
     //

+ 4 - 0
Gameserver/Amfphp/process/HeroProc.php

@@ -981,6 +981,10 @@ class HeroProc {
             return Resp::err(ErrCode::hero_yanling_repeat);
         }
         
+        if($store->yanling->$yanlingUid->starLv >= 5){
+            return Resp::err(ErrCode::hero_yanling_repeat);
+        }
+        
         $tag = true;
         foreach ($uidList as $costUid) {                             
             if (StlUtil::dictHasProperty($store->yanling, $costUid)) {//校验是否是同类型