mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[9923] Fixed typo in prev commit.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
60bdbed8f4
commit
ffd2cf874d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9922"
|
||||
#define REVISION_NR "9923"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue