Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
celguar committed Dec 12, 2022
1 parent c3ceb00 commit 2343561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ahbot/AhBot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bool Player::MinimalLoadFromDB( QueryResult *result, uint32 guid )
Field *fields = result->Fetch();

// overwrite possible wrong/corrupted guid
#ifdef MANGOSBOT_TWO
#ifndef MANGOSBOT_ZERO
Object::_Create(0, guid, 0, HIGHGUID_PLAYER );
#else
Object::_Create(guid, 0, HIGHGUID_PLAYER);
Expand Down

0 comments on commit 2343561

Please sign in to comment.