mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
[8043] Fixed typo in LoadSkillDiscoveryTable() Author: rastikzzz
--HG-- branch : trunk
This commit is contained in:
@@ -56,7 +56,7 @@ void LoadSkillDiscoveryTable()
|
||||
// 0 1 2 3
|
||||
QueryResult *result = WorldDatabase.Query("SELECT spellId, reqSpell, reqSkillValue, chance FROM skill_discovery_template");
|
||||
|
||||
if (result)
|
||||
if (!result)
|
||||
{
|
||||
sLog.outString();
|
||||
sLog.outString( ">> Loaded 0 skill discovery definitions. DB table `skill_discovery_template` is empty." );
|
||||
|
||||
Reference in New Issue
Block a user