mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Core/Maps: Apply const-correctness to GridMap::loadData()
This commit is contained in:
@@ -1586,7 +1586,7 @@ GridMap::~GridMap()
|
||||
unloadData();
|
||||
}
|
||||
|
||||
bool GridMap::loadData(char* filename)
|
||||
bool GridMap::loadData(const char* filename)
|
||||
{
|
||||
// Unload old data if exist
|
||||
unloadData();
|
||||
|
||||
Reference in New Issue
Block a user