feat(CreatureMethods): Add AllLootRemovedFromCorpse method (#363)
This commit is contained in:
@@ -932,6 +932,7 @@ ALERegister<Creature> CreatureMethods[] =
|
||||
{ "CallForHelp", &LuaCreature::CallForHelp },
|
||||
{ "CallAssistance", &LuaCreature::CallAssistance },
|
||||
{ "RemoveCorpse", &LuaCreature::RemoveCorpse },
|
||||
{ "AllLootRemovedFromCorpse", &LuaCreature::AllLootRemovedFromCorpse },
|
||||
{ "DespawnOrUnsummon", &LuaCreature::DespawnOrUnsummon },
|
||||
{ "Respawn", &LuaCreature::Respawn },
|
||||
{ "AttackStart", &LuaCreature::AttackStart },
|
||||
|
||||
Reference in New Issue
Block a user