mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix documentation generation for GetMovementType
This commit is contained in:
@@ -880,6 +880,7 @@ namespace LuaUnit
|
||||
return 1;
|
||||
}
|
||||
|
||||
#ifdef MANGOS
|
||||
/**
|
||||
* Returns the current movement type for this [Unit].
|
||||
*
|
||||
@@ -908,7 +909,6 @@ namespace LuaUnit
|
||||
*
|
||||
* @return MovementGeneratorType movementType
|
||||
*/
|
||||
#ifdef MANGOS
|
||||
int GetMovementType(Eluna* /*E*/, lua_State* L, Unit* unit)
|
||||
{
|
||||
Eluna::Push(L, unit->GetMotionMaster()->GetCurrentMovementGeneratorType());
|
||||
|
||||
Reference in New Issue
Block a user