Skip to content

Commit

Permalink
[8837] Fixed client side visual bug with login in "combat" mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMangos committed Nov 19, 2009
1 parent 4c3c03e commit 8bd4a31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/game/Player.cpp
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8836"
#define REVISION_NR "8837"
#endif // __REVISION_NR_H__

0 comments on commit 8bd4a31

Please sign in to comment.