Core/Datastores: use generated member names for MapEntry fields

* load all dbc fields of MapEntry
This commit is contained in:
Ovahlord
2019-02-24 00:14:44 +01:00
parent 36bd27e347
commit 1e4cc2293a
25 changed files with 120 additions and 111 deletions

View File

@@ -1376,7 +1376,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 \