mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-04-19 17:16:08 +08:00
fix: 脱装备
This commit is contained in:
parent
340d18a1f0
commit
7c645cccee
@ -304,7 +304,7 @@ items.prototype.unloadEquip = function (equipType, callback) {
|
||||
if (callback) callback();
|
||||
return;
|
||||
}
|
||||
core.status.route.push(`unequip:${equipId}`);
|
||||
core.status.route.push(`unequip:${unloadEquipId}`);
|
||||
|
||||
this._realLoadEquip(equipType, null, unloadEquipId, callback);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user