Silencer2K / wow-action-bar-profiles

Action Bar Profiles (WoW addon)
http://www.curse.com/addons/wow/action-bar-profiles
MIT License
9 stars 16 forks source link

Feature request: Slash command to clear all actionbars #1

Open JTF195 opened 8 years ago

JTF195 commented 8 years ago

I was wondering if you might be able to add a slash command to clear all spells/abilities from all 10 bars (both the 6 default, and the 4 extra pages for stances etc)

nancikennedy commented 6 years ago

You can use the following to do the same thing....

/run for i = 1,120 do PickupAction(i) ClearCursor() end