Core/Items: Fixed item level increases of gems with bonuses that give them scaling stat distribution

This commit is contained in:
Shauren
2016-12-09 20:00:20 +01:00
parent 61ec5b9abf
commit bfa9a4c959
10 changed files with 79 additions and 38 deletions

View File

@@ -425,7 +425,7 @@ void GuildMgr::LoadGuilds()
do
{
Field* fields = result->Fetch();
uint64 guildId = fields[40].GetUInt64();
uint64 guildId = fields[43].GetUInt64();
if (Guild* guild = GetGuildById(guildId))
guild->LoadBankItemFromDB(fields);