feat(CreatureMethods): Add AllLootRemovedFromCorpse method (#363)

This commit is contained in:
Aldori
2026-03-07 16:33:16 -05:00
committed by GitHub
parent c175aeca3f
commit ecb3d102ac
2 changed files with 10 additions and 0 deletions

View File

@@ -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 },