From cc178d2c321006ce8feec501350b0d52fd2443a7 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 24 Jun 2018 17:30:59 +0200 Subject: [PATCH] Scripts/HillsbradFoothills: use const for position --- src/server/scripts/EasternKingdoms/zone_hillsbrad_foothills.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {