[11474] Adjust text of some log messages related to spell target

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-05-12 08:20:55 +02:00
parent 5c8797743a
commit 94080a2d77
4 changed files with 5 additions and 5 deletions

View file

@ -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;