This commit is contained in:
aozhiwei 2023-03-28 19:04:59 +08:00
parent 913753fe35
commit 1d3e478239

View File

@ -719,6 +719,7 @@ std::vector<std::string> Ability::GMShowAttrs()
AttrAbs* e = list_entry(pos, AttrAbs* e = list_entry(pos,
AttrAbs, AttrAbs,
entry); entry);
data += "" + a8::XValue(e->value).GetString() + ",";
++i; ++i;
} }
if (i > 0) { if (i > 0) {