From 94080a2d7775d0f96d7aa043b2276dd78db0a6de Mon Sep 17 00:00:00 2001 From: NoFantasy Date: Thu, 12 May 2011 08:20:55 +0200 Subject: [PATCH] [11474] Adjust text of some log messages related to spell target Signed-off-by: NoFantasy --- src/game/Level3.cpp | 2 +- src/game/SpellMgr.cpp | 4 ++-- src/game/World.cpp | 2 +- src/shared/revision_nr.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index 229e458ba..867fa5192 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -638,7 +638,7 @@ bool ChatHandler::HandleReloadSpellScriptTargetCommand(char* /*args*/) bool ChatHandler::HandleReloadSpellTargetPositionCommand(char* /*args*/) { - sLog.outString( "Re-Loading Spell target coordinates..." ); + sLog.outString( "Re-Loading spell target destination coordinates..." ); sSpellMgr.LoadSpellTargetPositions(); SendGlobalSysMessage("DB table `spell_target_position` (destination coordinates for spell targets) reloaded."); return true; diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index c4f656ae4..0aa46bb2b 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -994,7 +994,7 @@ void SpellMgr::LoadSpellTargetPositions() bar.step(); sLog.outString(); - sLog.outString( ">> Loaded %u spell target coordinates", count ); + sLog.outString(">> Loaded %u spell target destination coordinates", count); return; } @@ -1070,7 +1070,7 @@ void SpellMgr::LoadSpellTargetPositions() delete result; sLog.outString(); - sLog.outString( ">> Loaded %u spell teleport coordinates", count ); + sLog.outString(">> Loaded %u spell target destination coordinates", count); } template diff --git a/src/game/World.cpp b/src/game/World.cpp index ca8750c78..fbd81107c 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1113,7 +1113,7 @@ void World::SetInitialWorldSettings() sLog.outString( "Loading Graveyard-zone links..."); sObjectMgr.LoadGraveyardZones(); - sLog.outString( "Loading Spell target coordinates..." ); + sLog.outString( "Loading spell target destination coordinates..." ); sSpellMgr.LoadSpellTargetPositions(); sLog.outString( "Loading spell pet auras..." ); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index bb30c8f05..8e3a98e8e 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11473" + #define REVISION_NR "11474" #endif // __REVISION_NR_H__