mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +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
|
|
@ -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 <typename EntryType, typename WorkerType, typename StorageType>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue