mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Scripts/HillsbradFoothills: use const for position
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user