mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
[Database] Pull Spell Group Cache from Content DB (#3749)
This commit is contained in:
parent
841d7f2700
commit
c24834de5d
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user