fix
This commit is contained in:
parent
cffcc9fe50
commit
a89bf30f56
@ -501,13 +501,9 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (meta.equip_type() == 10) {
|
if (meta.equip_type() == 10) {
|
||||||
if (!meta.atk().empty()) {
|
skinatt_hash[item.i->id()][kHAT_Atk] = meta.atk();
|
||||||
skinatt_hash[item.i->id()][kHAT_Atk] = a8::XValue(meta.atk()).GetInt();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!meta.max_hp().empty()) {
|
skinatt_hash[item.i->id()][kHAT_MaxHp] = meta.max_hp();
|
||||||
skinatt_hash[item.i->id()][kHAT_MaxHp] = a8::XValue(meta.max_hp()).GetInt();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user