mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 20:56:37 +00:00
Fix water map loading case sensitivity issues when using lowercase water maps like the rest of the map code
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ public:
|
||||
#ifdef USE_MAP_MMFS
|
||||
bool Load(std::string filename, bool force_mmf_overwrite = false);
|
||||
#else
|
||||
bool Load(std::string filename);
|
||||
bool Load(const std::string& filename);
|
||||
#endif
|
||||
|
||||
static Map *LoadMapFile(std::string file);
|
||||
|
||||
Reference in New Issue
Block a user