File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments