Wrong lib used in Shaman.lua #12


  • New
  • Defect
Open
Assigned to _ForgeUser5958
  • _ForgeUser126937 created this issue Aug 11, 2009

    I believe the wrong libs are used in Shaman.lua.

    It reads
    local mod = RaidCooldowns:NewModule("Shaman", RaidCooldowns.ModuleBase, "AceEvent-3.0", "AceBucket-3.0")

    Should be
    local mod = RaidCooldowns:NewModule("Shaman", RaidCooldowns.ModuleBase, "AceConsole-3.0", "AceEvent-3.0")

  • _ForgeUser126937 added the tags New Defect Aug 11, 2009

To post a comment, please login or register a new account.