aboutsummaryrefslogtreecommitdiff
path: root/src/game/SkillDiscovery.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-03 22:21:46 -0500
committermegamage <none@none>2009-05-03 22:21:46 -0500
commit1cfc04f1f59b0a3d8c75b901554cd05ec90158ce (patch)
tree3e74e030fd9c21b94d9e60c16629b0264b36d9d2 /src/game/SkillDiscovery.cpp
parent5f167c56ef03ae7dfe69f3bd927612bf3cfa4991 (diff)
[7745] Fixed gcc warnings. Author: AlexDereka
--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 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;
}