cyzhao 9 mesi fa
parent
commit
441b135c8b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Gameserver/App/process/HeroProc.php

+ 1 - 0
Gameserver/App/process/HeroProc.php

@@ -183,6 +183,7 @@ class HeroProc {
                         HeroProc::UnlockNewHero($tMo->id);
                         ctx()->heros->roleCardUnlockHeroList[] = $tMo->id;
                         
+                        StoreProc::$reward[] = $itemId.',1'; 
                         //StoreProc::$reward_hero[] = $tMo->id;
                     } else {
                         StoreProc::AddMultiItemInStore($tMo->heroDebris_need);