diff --git a/System/API/AnimaPowers.lua b/System/API/AnimaPowers.lua index 992b4d0db..f5ee9f0d9 100644 --- a/System/API/AnimaPowers.lua +++ b/System/API/AnimaPowers.lua @@ -1,4 +1,4 @@ -module('br.player.anima API') +module('br.player.anima') local _, br = ... if br.api == nil then br.api = {} end diff --git a/System/API/Buff.lua b/System/API/Buff.lua index 08b8b005d..eb89d0492 100644 --- a/System/API/Buff.lua +++ b/System/API/Buff.lua @@ -1,4 +1,4 @@ -module('br.player.buff API') +module('br.player.buff') local _, br = ... if br.api == nil then br.api = {} end diff --git a/System/API/Cast.lua b/System/API/Cast.lua index 2483b1aad..24298426b 100644 --- a/System/API/Cast.lua +++ b/System/API/Cast.lua @@ -1,9 +1,8 @@ -module('br.player.cast API') +module('br.player.cast') local _, br = ... if br.api == nil then br.api = {} end ---- br.player.cast API --- @module CastAPI +--- -- @description This API provides functions to retrieve information about spell casts. -- The 'cast' table is located at br.player.cast. Use this in your profile to access the functions. -- 'id' is the spellID passed from the builder, which cycles through all the collected ability spells from the spell list for the spec.