mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +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].
|
||||
*
|
||||
* @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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user