Fix build after recent cherry picks
This commit is contained in:
@@ -1565,7 +1565,7 @@ bool ConditionMgr::isSourceTypeValid(Condition* cond)
|
||||
if (!effect)
|
||||
continue;
|
||||
|
||||
if (effect->ChainTarget > 0)
|
||||
if (effect->ChainTargets > 0)
|
||||
continue;
|
||||
|
||||
switch (effect->TargetA.GetSelectionCategory())
|
||||
|
||||
@@ -98,7 +98,7 @@ enum LfgJoinResult
|
||||
LFG_JOIN_GROUPFULL = 0x1C, // Your group is full
|
||||
LFG_JOIN_INTERNAL_ERROR = 0x1E, // Internal LFG Error
|
||||
LFG_JOIN_NOT_MEET_REQS = 0x1F, // You do not meet the requirements for the chosen dungeons
|
||||
//LFG_JOIN_PARTY_NOT_MEET_REQS = 6, // One or more party members do not meet the requirements for the chosen dungeons
|
||||
LFG_JOIN_PARTY_NOT_MEET_REQS = 6, // One or more party members do not meet the requirements for the chosen dungeons (FIXME)
|
||||
LFG_JOIN_MIXED_RAID_DUNGEON = 0x20, // You cannot mix dungeons, raids, and random when picking dungeons
|
||||
LFG_JOIN_MULTI_REALM = 0x21, // The dungeon you chose does not support players from multiple realms
|
||||
LFG_JOIN_DISCONNECTED = 0x22, // One or more party members are pending invites or disconnected
|
||||
|
||||
Reference in New Issue
Block a user