Fix build after recent cherry picks

This commit is contained in:
DDuarte
2015-06-26 03:57:57 +01:00
parent 9292217ccc
commit 2ce76a25c3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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())
+1 -1
View File
@@ -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