Skip to content

Commit

Permalink
[9923] Fixed typo in prev commit.
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
zergtmn authored and VladimirMangos committed May 18, 2010
1 parent 8caf475 commit fed5e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/Group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ void Group::GetDataForXPAtKill(Unit const* victim, uint32& count,uint32& sum_lev
continue;

// will proccesed later
if (member = additional)
if (member == additional)
continue;

if (!member->IsAtGroupRewardDistance(victim)) // at req. distance
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9922"
#define REVISION_NR "9923"
#endif // __REVISION_NR_H__

1 comment on commit fed5e56

@laly-zz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, you are right.

Please sign in to comment.