Profiler/Talents

* fixed column reference changed in f8230a59a9
This commit is contained in:
Sarjuuk
2020-05-09 16:46:11 +02:00
parent 8378354f8b
commit a1d3be86f7
3 changed files with 6 additions and 6 deletions

View File

@@ -614,7 +614,7 @@ class RemoteProfileList extends ProfileList
}
foreach ($talentLookup as $realm => $chars)
$talentLookup[$realm] = DB::Characters($realm)->selectCol('SELECT guid AS ARRAY_KEY, spell AS ARRAY_KEY2, spec FROM character_talent ct WHERE guid IN (?a)', array_keys($chars));
$talentLookup[$realm] = DB::Characters($realm)->selectCol('SELECT guid AS ARRAY_KEY, spell AS ARRAY_KEY2, talentGroup FROM character_talent ct WHERE guid IN (?a)', array_keys($chars));
$talentSpells = DB::Aowow()->select('SELECT spell AS ARRAY_KEY, tab, rank FROM ?_talents WHERE class IN (?a)', array_unique($talentSpells));