From 2cba3b8fe62ad84a73fe6e8cefcdb068370f8fc4 Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Tue, 1 Jun 2021 00:19:30 +0200 Subject: [PATCH] fixed doc for SetInCombatWith --- UnitMethods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitMethods.h b/UnitMethods.h index c5dab31..ca05e3f 100644 --- a/UnitMethods.h +++ b/UnitMethods.h @@ -1845,7 +1845,7 @@ namespace LuaUnit /** * Sets the [Unit] to set in combat with the [Unit] of given GUID. * - * @param ObjectGuid guid : unit to start combat with + * @param [Unit] enemy : the Unit to start combat with */ int SetInCombatWith(lua_State* L, Unit* unit) {