mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
enable teleport to eastern continent
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user