Core/Build: fixed a warning

This commit is contained in:
ShinDarth
2016-09-03 14:23:14 +02:00
parent e947363b23
commit e5fd1095c9
2 changed files with 2 additions and 2 deletions

View File

@@ -368,7 +368,7 @@ class Map : public GridRefManager<NGridType>
uint32 GetInstanceId() const { return i_InstanceId; }
uint8 GetSpawnMode() const { return (i_spawnMode); }
virtual bool CanEnter(Player* /*player*/, bool loginCheck = false) { return true; }
virtual bool CanEnter(Player* /*player*/, bool /*loginCheck = false*/) { return true; }
const char* GetMapName() const;
// have meaning only for instanced map (that have set real difficulty)