mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
Fixed some format arg type/value pairs. Other warnings.
This commit is contained in:
parent
b62f376d73
commit
004bdf1d3c
14 changed files with 30 additions and 20 deletions
|
|
@ -198,7 +198,7 @@ void BattleGroundWS::RespawnFlagAfterDrop(uint32 team)
|
|||
if(obj)
|
||||
obj->Delete();
|
||||
else
|
||||
sLog.outError("unknown droped flag bg, guid: %u",GetDroppedFlagGUID(team));
|
||||
sLog.outError("unknown droped flag bg, guid: %u",GUID_LOPART(GetDroppedFlagGUID(team)));
|
||||
|
||||
SetDroppedFlagGUID(0,team);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue