修复武器属性问题
This commit is contained in:
parent
47e2112319
commit
cdf4acffd0
@ -104,8 +104,8 @@ namespace MetaData
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
std::vector<std::string> strings;
|
std::vector<std::string> strings;
|
||||||
if (!i->spera_type().empty()) {
|
if (!i->spera_attr().empty()) {
|
||||||
a8::Split(i->spera_type(), strings, '|');
|
a8::Split(i->spera_attr(), strings, '|');
|
||||||
} else {
|
} else {
|
||||||
a8::Split(i->attr_type(), strings, '|');
|
a8::Split(i->attr_type(), strings, '|');
|
||||||
}
|
}
|
||||||
|
@ -104,7 +104,7 @@ message EquipUpgrade
|
|||||||
{
|
{
|
||||||
optional int32 id = 1;
|
optional int32 id = 1;
|
||||||
optional string attr_type = 4;
|
optional string attr_type = 4;
|
||||||
optional string spera_type = 5;
|
optional string spera_attr = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Player
|
message Player
|
||||||
|
Loading…
x
Reference in New Issue
Block a user