This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I believe the wrong libs are used in Shaman.lua.
It readslocal mod = RaidCooldowns:NewModule("Shaman", RaidCooldowns.ModuleBase, "AceEvent-3.0", "AceBucket-3.0")
Should belocal mod = RaidCooldowns:NewModule("Shaman", RaidCooldowns.ModuleBase, "AceConsole-3.0", "AceEvent-3.0")
To post a comment, please login or register a new account.