Corrected Spell:Cast method documentation

Thanks @Rochet2 for the info
This commit is contained in:
emudevs
2014-09-18 16:26:37 -04:00
parent a9d8f5625f
commit 093ab2d740

View File

@@ -152,7 +152,7 @@ namespace LuaSpell
/**
* 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)
{