aboutsummaryrefslogtreecommitdiff
path: root/src/game/SkillDiscovery.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-18 17:08:05 -0500
committermegamage <none@none>2009-06-18 17:08:05 -0500
commitc816698f86ae5b6fa43ffb25811e5419d11eddd9 (patch)
tree8bef0b38e60db47dec8c3b521f46f55432d01adf /src/game/SkillDiscovery.cpp
parent9181ecef202f4f6267674ba2f1588e84209719c8 (diff)
[8043] Fixed typo in LoadSkillDiscoveryTable() Author: rastikzzz
--HG-- branch : trunk
Diffstat (limited to 'src/game/SkillDiscovery.cpp')
-rw-r--r--src/game/SkillDiscovery.cpp2
1 files changed, 1 insertions, 1 deletions
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." );