mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix TC build, remove GetCombatTime
This commit is contained in:
@@ -270,7 +270,6 @@ ElunaRegister<Unit> UnitMethods[] =
|
||||
{ "GetRaceAsString", &LuaUnit::GetRaceAsString },
|
||||
{ "GetClassAsString", &LuaUnit::GetClassAsString },
|
||||
{ "GetAura", &LuaUnit::GetAura },
|
||||
{ "GetCombatTime", &LuaUnit::GetCombatTime },
|
||||
{ "GetFaction", &LuaUnit::GetFaction },
|
||||
{ "GetCurrentSpell", &LuaUnit::GetCurrentSpell },
|
||||
{ "GetCreatureType", &LuaUnit::GetCreatureType },
|
||||
|
||||
Reference in New Issue
Block a user