mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Required changes for latest TC
This commit is contained in:
@@ -399,7 +399,7 @@ ElunaRegister<Unit> UnitMethods[] =
|
||||
{ "StopSpellCast", &LuaUnit::StopSpellCast },
|
||||
{ "InterruptSpell", &LuaUnit::InterruptSpell },
|
||||
{ "SendChatMessageToPlayer", &LuaUnit::SendChatMessageToPlayer },
|
||||
{ "Emote", &LuaUnit::Emote },
|
||||
{ "PerformEmote", &LuaUnit::PerformEmote },
|
||||
{ "EmoteState", &LuaUnit::EmoteState },
|
||||
{ "CountPctFromCurHealth", &LuaUnit::CountPctFromCurHealth },
|
||||
{ "CountPctFromMaxHealth", &LuaUnit::CountPctFromMaxHealth },
|
||||
|
||||
Reference in New Issue
Block a user