Core/DataStores: Fixed build after rename

This commit is contained in:
Intel
2014-11-05 23:33:56 +02:00
parent 78d54f9da6
commit e1cb43e831
17 changed files with 55 additions and 55 deletions

View File

@@ -513,7 +513,7 @@ void ScriptMgr::OnGroupRateCalculation(float& rate, uint32 count, bool isRaid)
MapEntry const* C = I->second->GetEntry(); \
if (!C) \
continue; \
if (C->MapID == V->GetId()) \
if (C->ID == V->GetId()) \
{
#define SCR_MAP_END \