[8837] Fixed client side visual bug with login in "combat" mode.

This commit is contained in:
VladimirMangos 2009-11-19 13:21:03 +03:00
parent 120719c564
commit 754c1fed45
2 changed files with 3 additions and 1 deletions

View file

@ -14473,6 +14473,8 @@ bool Player::LoadFromDB( uint32 guid, SqlQueryHolder *holder )
// clear charm/summon related fields
SetCharm(NULL);
SetPet(NULL);
SetTargetGUID(0);
SetChannelObjectGUID(0);
SetCharmerGUID(0);
SetOwnerGUID(0);
SetCreatorGUID(0);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8836"
#define REVISION_NR "8837"
#endif // __REVISION_NR_H__