Skip to content

Commit 8d3af20

Browse files
committed
Update documentation.
1 parent abf15a5 commit 8d3af20

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

methods/TrinityCore/AuraEffectMethods.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ namespace LuaAuraEffects
278278
}
279279

280280
/**
281-
* Returns the [ElunaSpellInfo] of the spell that created this [AuraEffect].
281+
* Returns the [SpellInfo] of the spell that created this [AuraEffect].
282282
*
283-
* @return [ElunaSpellInfo] spellInfo
283+
* @return [SpellInfo] spellInfo
284284
*/
285285
int GetSpellInfo(Eluna* E, AuraEffect* aurEff)
286286
{

methods/TrinityCore/ElunaProcInfoMethods.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ namespace LuaElunaProcInfo
8181
}
8282

8383
/**
84-
* Returns the [ElunaSpellInfo] of the spell that triggered the proc event.
84+
* Returns the [SpellInfo] of the spell that triggered the proc event.
8585
*
86-
* @return [ElunaSpellInfo] spellInfo
86+
* @return [SpellInfo] spellInfo
8787
*/
8888
int GetSpellInfo(Eluna* E, ElunaProcInfo* procInfo)
8989
{

methods/TrinityCore/SpellMethods.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ namespace LuaSpell
282282
}
283283

284284
/**
285-
* Returns `true` if the [Spell] was triggered by the given [ElunaSpellInfo], `false` otherwise.
285+
* Returns `true` if the [Spell] was triggered by the given [SpellInfo], `false` otherwise.
286286
*
287-
* @param [ElunaSpellInfo] spellInfo : the aura spell info to check against
287+
* @param [SpellInfo] spellInfo : the aura spell info to check against
288288
* @return bool isTriggeredByAura
289289
*/
290290
int IsTriggeredByAura(Eluna* E, Spell* spell)

0 commit comments

Comments
 (0)