From 1cfc04f1f59b0a3d8c75b901554cd05ec90158ce Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 3 May 2009 22:21:46 -0500 Subject: [7745] Fixed gcc warnings. Author: AlexDereka --HG-- branch : trunk --- src/game/SkillDiscovery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/SkillDiscovery.cpp') diff --git a/src/game/SkillDiscovery.cpp b/src/game/SkillDiscovery.cpp index 7bd7b2347b1..0c0517eb320 100644 --- a/src/game/SkillDiscovery.cpp +++ b/src/game/SkillDiscovery.cpp @@ -93,7 +93,7 @@ void LoadSkillDiscoveryTable() // explicit discovery ability !IsExplicitDiscoverySpell(spellEntry)) { - sLog.outErrorDb("Spell (ID: %u) not have have MECHANIC_DISCOVERY (28) value in Mechanic field in spell.dbc and not 100% chance random discovery ability but listed in `skill_discovery_template` table",spellId); + sLog.outErrorDb("Spell (ID: %u) not have have MECHANIC_DISCOVERY (28) value in Mechanic field in spell.dbc and not 100%% chance random discovery ability but listed in `skill_discovery_template` table",spellId); continue; } -- cgit v1.2.3