This commit is contained in:
aozhiwei 2024-09-06 10:46:47 +08:00
parent c282e3158e
commit 3dde0c2bf8

View File

@ -451,7 +451,7 @@ std::vector<std::string> Ability::GMShowAttrs()
owner_.Get()->GetNetData()->GetCrit(), owner_.Get()->GetNetData()->GetCrit(),
owner_.Get()->GetHeroLevel(), owner_.Get()->GetHeroLevel(),
owner_.Get()->GetHeroExp(), owner_.Get()->GetHeroExp(),
owner_.Get()->GetSpeed() owner_.Get()->GetSpeed() * 20
})); }));
{ {
std::vector<std::string> tmp_strings; std::vector<std::string> tmp_strings;