mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[11474] Adjust text of some log messages related to spell target
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
5c8797743a
commit
94080a2d77
4 changed files with 5 additions and 5 deletions
|
|
@ -638,7 +638,7 @@ bool ChatHandler::HandleReloadSpellScriptTargetCommand(char* /*args*/)
|
||||||
|
|
||||||
bool ChatHandler::HandleReloadSpellTargetPositionCommand(char* /*args*/)
|
bool ChatHandler::HandleReloadSpellTargetPositionCommand(char* /*args*/)
|
||||||
{
|
{
|
||||||
sLog.outString( "Re-Loading Spell target coordinates..." );
|
sLog.outString( "Re-Loading spell target destination coordinates..." );
|
||||||
sSpellMgr.LoadSpellTargetPositions();
|
sSpellMgr.LoadSpellTargetPositions();
|
||||||
SendGlobalSysMessage("DB table `spell_target_position` (destination coordinates for spell targets) reloaded.");
|
SendGlobalSysMessage("DB table `spell_target_position` (destination coordinates for spell targets) reloaded.");
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
|
|
@ -994,7 +994,7 @@ void SpellMgr::LoadSpellTargetPositions()
|
||||||
bar.step();
|
bar.step();
|
||||||
|
|
||||||
sLog.outString();
|
sLog.outString();
|
||||||
sLog.outString( ">> Loaded %u spell target coordinates", count );
|
sLog.outString(">> Loaded %u spell target destination coordinates", count);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1070,7 +1070,7 @@ void SpellMgr::LoadSpellTargetPositions()
|
||||||
delete result;
|
delete result;
|
||||||
|
|
||||||
sLog.outString();
|
sLog.outString();
|
||||||
sLog.outString( ">> Loaded %u spell teleport coordinates", count );
|
sLog.outString(">> Loaded %u spell target destination coordinates", count);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename EntryType, typename WorkerType, typename StorageType>
|
template <typename EntryType, typename WorkerType, typename StorageType>
|
||||||
|
|
|
||||||
|
|
@ -1113,7 +1113,7 @@ void World::SetInitialWorldSettings()
|
||||||
sLog.outString( "Loading Graveyard-zone links...");
|
sLog.outString( "Loading Graveyard-zone links...");
|
||||||
sObjectMgr.LoadGraveyardZones();
|
sObjectMgr.LoadGraveyardZones();
|
||||||
|
|
||||||
sLog.outString( "Loading Spell target coordinates..." );
|
sLog.outString( "Loading spell target destination coordinates..." );
|
||||||
sSpellMgr.LoadSpellTargetPositions();
|
sSpellMgr.LoadSpellTargetPositions();
|
||||||
|
|
||||||
sLog.outString( "Loading spell pet auras..." );
|
sLog.outString( "Loading spell pet auras..." );
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11473"
|
#define REVISION_NR "11474"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue