mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[7000] Fixed creature target selection in case all possible targets have a low priority
This commit is contained in:
parent
802b35fbb8
commit
01e4f069e2
3 changed files with 21 additions and 10 deletions
|
|
@ -325,7 +325,7 @@ struct AchievementCriteriaEntry
|
|||
uint32 rollValue; // 3
|
||||
uint32 count; // 4
|
||||
} roll_need_on_loot;
|
||||
// ACHIEVEMENT_CRITERIA_TYPE_ROLL_GREEDON_LOOT= 51
|
||||
// ACHIEVEMENT_CRITERIA_TYPE_ROLL_GREED_ON_LOOT= 51
|
||||
struct
|
||||
{
|
||||
uint32 rollValue; // 3
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "6999"
|
||||
#define REVISION_NR "7000"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue