diff options
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r-- | src/game/Level3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index 8931418433a..cb4124ec1fe 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -4025,7 +4025,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) { |