modify logic.
This commit is contained in:
parent
e5eb79ca2e
commit
6b41bae90d
|
@ -25729,11 +25729,11 @@
|
|||
},
|
||||
removeStorage:function(name,mark){
|
||||
if(!this.hasStorage(name)) return false;
|
||||
delete this.storage[name]
|
||||
if(mark){
|
||||
this.unmarkSkill(name);
|
||||
return true;
|
||||
}
|
||||
return delete this.storage[name];
|
||||
return true;
|
||||
},
|
||||
markSkill:function(name,info,card){
|
||||
if(info===true){
|
||||
|
|
Loading…
Reference in New Issue