mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9315] Use correct way extraction low guid for player.
No functional changes in fact for current code base at 0 high guids used for player at this moment. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
9d191da17d
commit
7498b1673e
2 changed files with 2 additions and 2 deletions
|
|
@ -1251,7 +1251,7 @@ void Group::_setLeader(const uint64 &guid)
|
|||
CharacterDatabase.CommitTransaction();
|
||||
}
|
||||
|
||||
uint32 old_guidlow = m_leaderGuid;
|
||||
uint32 old_guidlow = GUID_LOPART(m_leaderGuid);
|
||||
|
||||
m_leaderGuid = slot->guid;
|
||||
m_leaderName = slot->name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue