mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[9695] Fixed typo in error output string.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
45fba95d13
commit
23da1a86d1
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ void WorldSession::HandleAttackSwingOpcode( WorldPacket & recv_data )
|
|||
if(!pEnemy)
|
||||
{
|
||||
if(!guid.IsUnit())
|
||||
sLog.outError("WORLD: %u isn't player, pet or creature", guid.GetString().c_str());
|
||||
sLog.outError("WORLD: %s isn't player, pet or creature", guid.GetString().c_str());
|
||||
else
|
||||
sLog.outError( "WORLD: Enemy %s not found", guid.GetString().c_str());
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9694"
|
||||
#define REVISION_NR "9695"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue