aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Globals/ObjectMgr.cpp
diff options
context:
space:
mode:
authorjoschiwald <joschiwald@online.de>2013-07-27 21:25:56 +0200
committerjoschiwald <joschiwald@online.de>2013-07-27 21:25:56 +0200
commitcf7e783274750fbed0286e4a2cbddab04cf1eea7 (patch)
tree4ca5594a8fe56278d4314ae0f06d79e647d378da /src/server/game/Globals/ObjectMgr.cpp
parent7678800a9372f9234f0bf29459b46a8514dc59f2 (diff)
Scripts/Spells: Fixed typo in 7678800a9372f9234f0bf29459b46a8514dc59f2
Diffstat (limited to 'src/server/game/Globals/ObjectMgr.cpp')
-rw-r--r--src/server/game/Globals/ObjectMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Globals/ObjectMgr.cpp b/src/server/game/Globals/ObjectMgr.cpp
index 140fb6afea0..306ccc08492 100644
--- a/src/server/game/Globals/ObjectMgr.cpp
+++ b/src/server/game/Globals/ObjectMgr.cpp
@@ -4898,7 +4898,7 @@ void ObjectMgr::LoadSpellScriptNames()
else
{
if (spellInfo->IsRanked())
- TC_LOG_ERROR(LOG_FILTER_SQL, "Scriptname: `%s` spell (Id: %d) is ranked spell. Properly not all ranks are assigned to this script.", scriptName, spellId);
+ TC_LOG_ERROR(LOG_FILTER_SQL, "Scriptname: `%s` spell (Id: %d) is ranked spell. Perhaps not all ranks are assigned to this script.", scriptName, spellId);
_spellScriptsStore.insert(SpellScriptsContainer::value_type(spellInfo->Id, GetScriptId(scriptName)));
}