From 98b45e9715f92e9fedf03a4cffd1d85c90f12612 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Wed, 13 Aug 2014 17:17:01 +0300 Subject: [PATCH] Eluna enhance CastCustomSpell description --- UnitMethods.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UnitMethods.h b/UnitMethods.h index 9fbf7e6..ace51f7 100644 --- a/UnitMethods.h +++ b/UnitMethods.h @@ -1362,15 +1362,15 @@ namespace LuaUnit } /** - * Casts the [Spell] at target [Unit] with modified basepoints or casters. + * Casts the [Spell] at target [Unit] with custom basepoints or casters. * See also [Unit:CastSpell]. * * @param [Unit] target * @param uint32 spell * @param bool triggered = false - * @param int32 bp0 = nil : modifier for the base points of the [Spell]. If left as nil, no change is made - * @param int32 bp1 = nil : modifier for the base points of the [Spell]. If left as nil, no change is made - * @param int32 bp2 = nil : modifier for the base points of the [Spell]. If left as nil, no change is made + * @param int32 bp0 = nil : custom basepoints for [Spell] effect 1. If nil, no change is made + * @param int32 bp1 = nil : custom basepoints for [Spell] effect 2. If nil, no change is made + * @param int32 bp2 = nil : custom basepoints for [Spell] effect 3. If nil, no change is made * @param [Item] castItem = nil * @param uint64 originalCaster = 0 */