This commit is contained in:
aozhiwei 2021-06-19 00:20:26 +08:00
parent cd6205d2ac
commit 2067f8a6a3

View File

@ -788,7 +788,7 @@ namespace MetaData
for (auto& str : strings) {
std::vector<std::string> strings2;
a8::Split(str, strings2, ':');
if (strings2.size() > 2) {
if (strings2.size() >= 2) {
std::vector<std::string> strings3;
a8::Split(strings2[1], strings3, ';');
if (strings2[0] == "remove_buff_by_id" ||