LRF Wings not counting againts lock count
chancedj opened this issue ยท 4 comments
Going from wing 1 to wing 2 in LFR of the same raid is not counting against the saved instance 10 count.
A possible rewrite of some of the code is necessary:
get 10th param of GetInstanceInfo() to determine if LFR (possibly combine with Difficulty?). 10th param is the instanceID which means name should be something else likely (perhaps wing name?).
wing 1 of BoD:
[1]="Battle of Dazar'alor",
[2]="raid",
[3]=17,
[4]="Looking For Raid",
[5]=30,
[6]=0,
[7]=false,
[8]=2070,
[9]=25,
[10]=1945
wing 2 of BoD:
[1]="Battle of Dazar'alor",
[2]="raid",
[3]=17,
[4]="Looking For Raid",
[5]=30,
[6]=0,
[7]=false,
[8]=2070,
[9]=23,
[10]=1946
looks safe to use both instanceID AND param10 (lfgDungeonsID ) in combination to sort out the instance issue for LFR