mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
Replace some PQuery() calls with more simple Query()
This commit is contained in:
parent
086dee05cd
commit
fa37c291d6
8 changed files with 24 additions and 24 deletions
|
|
@ -52,7 +52,7 @@ void LoadSkillDiscoveryTable()
|
|||
uint32 count = 0;
|
||||
|
||||
// 0 1 2
|
||||
QueryResult *result = WorldDatabase.PQuery("SELECT spellId, reqSpell, chance FROM skill_discovery_template");
|
||||
QueryResult *result = WorldDatabase.Query("SELECT spellId, reqSpell, chance FROM skill_discovery_template");
|
||||
|
||||
if (result)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue