kuurtzen wrote:balsh wrote:cool, not sure if it was planned but still no interrupt on kick.
issue is:
- Code: Select all
nameplates.lua
296: elseif fphits then t = phits c = UnitName'player'
297: elseif fpcrits then t = pcrits c = UnitName'player'
is registering the playre's name where it should be the player's target. change to:
- Code: Select all
296: elseif fphits then t = phits c = gsub(arg1, t, '%2')
297: elseif fpcrits then t = pcrits c = gsub(arg1, t, '%2')
Haunt wrote:The newest update gives a visual bug with the mass mail tab when using the Postal addon. Is there any way to disable to mailbox skin portion of this addon?
kuurtzen wrote:balsh wrote:cool, not sure if it was planned but still no interrupt on kick.
issue is:
- Code: Select all
nameplates.lua
296: elseif fphits then t = phits c = UnitName'player'
297: elseif fpcrits then t = pcrits c = UnitName'player'
is registering the playre's name where it should be the player's target. change to:
- Code: Select all
296: elseif fphits then t = phits c = gsub(arg1, t, '%2')
297: elseif fpcrits then t = pcrits c = gsub(arg1, t, '%2')
Zacharybinx34 wrote:Well since you added all in one bag, I figured maybe you'd branch out here too =)
Speaking of, is there a way to default it to open the all in one bag in "b" press instead of "shift + b"?
|
![]() |