1
This commit is contained in:
parent
cb99f40ca6
commit
a37c68385d
@ -59,7 +59,7 @@ namespace mt
|
||||
{
|
||||
std::string point = GetStringParam("newbie_room_skills", "");
|
||||
std::vector<std::string> strings;
|
||||
a8::Split(point, strings, ':');
|
||||
a8::Split(point, strings, '|');
|
||||
for (auto& str : strings) {
|
||||
s_.newbie_room_skills.push_back(a8::XValue(str));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user