diff --git a/src/server/scripts/EasternKingdoms/zone_hillsbrad_foothills.cpp b/src/server/scripts/EasternKingdoms/zone_hillsbrad_foothills.cpp index eb98e414616..d9b3b676a4a 100644 --- a/src/server/scripts/EasternKingdoms/zone_hillsbrad_foothills.cpp +++ b/src/server/scripts/EasternKingdoms/zone_hillsbrad_foothills.cpp @@ -571,7 +571,7 @@ class npc_brazie_the_bonatist_vehicle : public CreatureScript } - bool IsSpotFree(Position pos) + bool IsSpotFree(Position const pos) { for (ObjectGuid guid : _spotGUIDs) {