Merge pull request #1356 from PZ157/PR-Branch

bugfix
This commit is contained in:
Spmario233 2024-05-16 17:42:03 +08:00 committed by GitHub
commit 70ebf69351
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -9067,6 +9067,7 @@ export class Player extends HTMLDivElement {
game.expandSkills(skills);
for (var i = 0; i < skills.length; i++) {
var ifo = get.info(skills[i]);
if (!ifo) continue;
if (ifo.hiddenWuxie && info) {
if (typeof ifo.hiddenWuxie == "function" && ifo.hiddenWuxie(this, info)) {
return true;