This commit is contained in:
aozhiwei 2021-05-10 17:00:28 +08:00
parent 88f9102ea2
commit 51677255fa

View File

@ -181,7 +181,7 @@ namespace MetaData
std::vector<std::string> buff_strings; std::vector<std::string> buff_strings;
a8::Split(i->power_buff(), buff_strings, '|'); a8::Split(i->power_buff(), buff_strings, '|');
if (time_strings.size() == gun_strings.size() && gun_strings.size() == buff_strings.size()) { if (time_strings.size() == gun_strings.size() && gun_strings.size() == buff_strings.size()) {
int last_time = 0; int last_time = -1;
for (size_t i = 0; i < time_strings.size(); ++i) { for (size_t i = 0; i < time_strings.size(); ++i) {
int time = a8::XValue(time_strings[i]); int time = a8::XValue(time_strings[i]);
int gun = a8::XValue(gun_strings[i]); int gun = a8::XValue(gun_strings[i]);