Enhancement: CookingFireButton, cast Cooking Fire directly at the Player
fubaWoW opened this issue ยท 2 comments
Hi there,
maybe you can change the "CookingFireButton" from :
cookingFireButton:SetAttribute("type1", "spell")
cookingFireButton:SetAttribute("spell", 818)
to
cookingFireButton:SetAttribute("type", "spell")
cookingFireButton:SetAttribute("spell1", 818)
cookingFireButton:SetAttribute("unit1", "player")
cookingFireButton:SetAttribute("spell2", 818)
this will allow the Cooking Fire to be cast "directly at the Player" on Left-Click and "default" on Right-Click.