mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[7696] Fixed compile warnings
This commit is contained in:
parent
4fd4cc31d1
commit
cc83cac0aa
5 changed files with 19 additions and 19 deletions
|
|
@ -3440,7 +3440,7 @@ bool ChatHandler::HandleModifyArenaCommand(const char * args)
|
|||
bool ChatHandler::HandleReviveCommand(const char* args)
|
||||
{
|
||||
Player* player = NULL;
|
||||
uint32 player_guid = 0;
|
||||
uint64 player_guid = 0;
|
||||
|
||||
if (*args)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue