mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix: try to fix #41
This commit is contained in:
parent
f04ba5d175
commit
8304b8bffa
1 changed files with 2 additions and 1 deletions
|
|
@ -397,7 +397,8 @@ export class ZZZAvatarInfo {
|
|||
logger.debug('bonus_detail', bonus_detail);
|
||||
|
||||
/** 处理音频加成 */
|
||||
bonus_detail = weapon_ability(this.weapon, base_detail, bonus_detail);
|
||||
if (this.weapon)
|
||||
bonus_detail = weapon_ability(this.weapon, base_detail, bonus_detail);
|
||||
logger.debug('bonus_detail', bonus_detail);
|
||||
|
||||
/** 处理角色加成 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue