Core/DataStores: Updated dbc/db2 to 7.0.1.20914

This commit is contained in:
Shauren
2016-01-31 19:25:51 +01:00
parent 5c2c9a684f
commit 41ae38d94d
30 changed files with 825 additions and 394 deletions

View File

@@ -88,8 +88,7 @@ void WorldSession::HandleSetSpecializationOpcode(WorldPackets::Talent::SetSpecia
return;
}
ChrSpecializationEntry const* chrSpec = sChrSpecializationByIndexStore[player->getClass()][packet.SpecGroupIndex];
ChrSpecializationEntry const* chrSpec = sDB2Manager.GetChrSpecializationByIndex(player->getClass(), packet.SpecGroupIndex);
if (!chrSpec)
{
TC_LOG_DEBUG("network", "WORLD: HandleSetSpecializationOpcode - specialization index %u not found", packet.SpecGroupIndex);