Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mists of Pandaria changes #13

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
There is just 6 buttons
p3lim committed Jul 28, 2012
commit 195154eb0a70c53428fdc8141e1a7bd49289b399
2 changes: 1 addition & 1 deletion bindings.lua
Original file line number Diff line number Diff line change
@@ -233,7 +233,7 @@ end)
function _NS:ADDON_LOADED(event, addon)
-- For the possess madness.
if(addon == _NAME) then
for i=0,9 do
for i=1,6 do
createButton(i)
end