enable teleport to eastern continent

This commit is contained in:
Yunfan Li
2023-07-30 17:12:33 +08:00
parent 4a5efe6642
commit c9722ddb33

View File

@@ -20,9 +20,8 @@ void LoadList(std::string const value, T& list)
for (std::vector<std::string>::iterator i = ids.begin(); i != ids.end(); i++)
{
uint32 id = atoi((*i).c_str());
if (!id)
continue;
// if (!id)
// continue;
list.push_back(id);
}
}