My main-hand and off-hand poison macros are broken, or rather the one I used to use is broken.
In case you're wondering this is what it was it's this...
Main-hand
/use Instant Poison
/use 16
Off-hand
/use Deadly Poison
/use 17
This made it so that with a press of a button I can apply Instant poison to my main-hand and Deadly Poison to my off-hand.
This isn’t a massive problem because when I noticed that the macro was broken I changed it to an item ID macro rather than an item name macro but I shouldn’t need to do that because it was working fine before. This is most likely due to me deleting the lvl 75 poison as it was working when I had that but not when I started using the Cataclysm Instant/Deadly Poisons which have a level requirement of 10 and 30 respectively.
In case you’re wondering what the item IDs are it’s…
/use item:6947 (Instant Poison)
/use item:2892 (Deadly Poison)
- Don’t include the brackets