Rainrider on master
druid: update for patch 8.1 Fi… (compare)
Rainrider on master
demonhunter: fix sigils Fixes … (compare)
Rainrider on master
hunter: update for patch 8.1 demonhunter: update for patch 8… Update interface version for pa… (compare)
Rainrider on master
demonhunter: add Fiery Brand's … (compare)
Rainrider on master
rogue: fix Shadow Blades Fixes… (compare)
Rainrider on master
shaman: add Gathering Storms (E… (compare)
LPS:IterateSpells("RAIDBUFF", nil, "BURST_HASTE")
would return all raid buffs except for the bloodlust type. Well it returns Time Warp and Netherwinds among others.LPS:IterateSpells("RAIDBUFF", "CRITICAL")
should return all raid buffs that increase critical strike. It returns Mind Quickening, which is haste and multistrike, and Power Word: Fortitude, which is stamina (both are the only priest raid buffs LPS knows about if that matters)LPS:IterateSpells("RAIDBUFF", "CRITICAL", 49868)
, then I get totally different results (all the raidbuffs of the following classes if that matters: death knight, druid, monk, paladin, shaman and warrior)GetFlagTester
needs some special handling of this?