天赋:天赋解锁
This commit is contained in:
@@ -680,7 +680,7 @@ export class HeroHandler {
|
||||
if(talent) return resResult(STATUS.TALENT_HAS_UNLOCKED);
|
||||
|
||||
let usedTalentPoint = curSkin.usedTalentPoint;
|
||||
if(!checkUnlockTalentCondition(hid, id, curSkin.talent, usedTalentPoint)) {
|
||||
if(!checkUnlockTalentCondition(curSkin.skinId, id, curSkin.talent, usedTalentPoint)) {
|
||||
return resResult(STATUS.TALENT_CONDITION_NOT_FIT);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user