mirror of
https://github.com/azerothcore/mod-ale
synced 2025-12-01 21:15:19 +08:00
Corrected Spell:Cast method documentation
Thanks @Rochet2 for the info
This commit is contained in:
@@ -152,7 +152,7 @@ namespace LuaSpell
|
|||||||
/**
|
/**
|
||||||
* Casts the [Spell].
|
* Casts the [Spell].
|
||||||
*
|
*
|
||||||
* @param bool skipCheck : skips initial checks to see if the [Spell] can be casted or not, this is optional
|
* @param bool skipCheck = false : skips initial checks to see if the [Spell] can be casted or not, this is optional
|
||||||
*/
|
*/
|
||||||
int Cast(lua_State* L, Spell* spell)
|
int Cast(lua_State* L, Spell* spell)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user