mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
fixed doc for SetInCombatWith
This commit is contained in:
@@ -1843,9 +1843,9 @@ namespace LuaUnit
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the [Unit] in combat with the [Unit] of given GUID.
|
* Sets the [Unit] in combat with the `enemy` [Unit].
|
||||||
*
|
*
|
||||||
* @param [Unit] enemy : the Unit to start combat with
|
* @param [Unit] enemy : the [Unit] to start combat with
|
||||||
*/
|
*/
|
||||||
int SetInCombatWith(lua_State* L, Unit* unit)
|
int SetInCombatWith(lua_State* L, Unit* unit)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user