mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
[Database] Pull Spell Group Cache from Content DB (#3749)
This commit is contained in:
+1
-1
@@ -5811,7 +5811,7 @@ std::unordered_map<uint32, std::vector<uint16>> Client::LoadSpellGroupCache(uint
|
|||||||
m_pp.class_, min_level, max_level
|
m_pp.class_, min_level, max_level
|
||||||
);
|
);
|
||||||
|
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = content_db.QueryDatabase(query);
|
||||||
if (!results.Success() || !results.RowCount()) {
|
if (!results.Success() || !results.RowCount()) {
|
||||||
return spell_group_cache;
|
return spell_group_cache;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user