Merge pull request #365 from tikki100/SetReactState

[Feature] Exposed SetReactState
This commit is contained in:
Rochet2
2021-06-05 14:01:58 +03:00
committed by GitHub
2 changed files with 17 additions and 0 deletions

View File

@@ -808,6 +808,9 @@ ElunaRegister<Creature> CreatureMethods[] =
{ "SetLootMode", &LuaCreature::SetLootMode },
#endif
{ "SetNPCFlags", &LuaCreature::SetNPCFlags },
#if defined(TRINITY) || AZEROTHCORE
{ "SetReactState", &LuaCreature::SetReactState },
#endif
{ "SetDeathState", &LuaCreature::SetDeathState },
{ "SetWalk", &LuaCreature::SetWalk },
{ "SetHomePosition", &LuaCreature::SetHomePosition },