From c816698f86ae5b6fa43ffb25811e5419d11eddd9 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 18 Jun 2009 17:08:05 -0500 Subject: [8043] Fixed typo in LoadSkillDiscoveryTable() Author: rastikzzz --HG-- branch : trunk --- src/game/SkillDiscovery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/SkillDiscovery.cpp b/src/game/SkillDiscovery.cpp index da971e35487..2116e554a9f 100644 --- a/src/game/SkillDiscovery.cpp +++ b/src/game/SkillDiscovery.cpp @@ -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." ); -- cgit v1.2.3