mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix mangos linux build
This commit is contained in:
@@ -424,7 +424,7 @@ void Eluna::GetScripts(std::string path)
|
||||
if (dwAttrib != INVALID_FILE_ATTRIBUTES && (dwAttrib & FILE_ATTRIBUTE_HIDDEN))
|
||||
continue;
|
||||
#else
|
||||
std::string name = directory->d_name.c_str();
|
||||
std::string name = directory->d_name;
|
||||
if (name[0] == '.')
|
||||
continue;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user