Fix stuff™.

(cherry picked from commit 0316dff245)
This commit is contained in:
treeston
2016-01-14 11:42:12 +01:00
committed by Shauren
parent e2f2c70ba4
commit 9a24c7175d
3 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ void InstanceScript::SetHeaders(std::string const& dataHeaders)
void InstanceScript::LoadBossBoundaries(const BossBoundaryData& data)
{
for (BossBoundaryEntry entry : data)
for (BossBoundaryEntry const& entry : data)
if (entry.bossId < bosses.size())
bosses[entry.bossId].boundary.insert(entry.boundary);
}

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2015-2016 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2015-2016 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the