Core/DataStores: Updated dbc/db2 structures to 6.2.0

This commit is contained in:
Shauren
2015-07-07 12:13:14 +02:00
parent d8338669d5
commit dea6c0b122
34 changed files with 2803 additions and 1457 deletions

View File

@@ -628,7 +628,7 @@ void WorldSession::HandleMailCreateTextItem(WorldPackets::Mail::MailCreateTextIt
return;
}
bodyItem->SetText(mailTemplateEntry->Body_lang);
bodyItem->SetText(mailTemplateEntry->Body->Str[GetSessionDbcLocale()]);
}
else
bodyItem->SetText(m->body);