[8043] Fixed typo in LoadSkillDiscoveryTable() Author: rastikzzz

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-18 17:08:05 -05:00
parent 9181ecef20
commit c816698f86

View File

@@ -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." );