fix(LuaEngine/PlayerMethods): Update SendTrainerList (#352)

This commit is contained in:
sogladev
2025-12-30 21:53:31 +01:00
committed by GitHub
parent fe30528cd7
commit 4909b17ffa

View File

@@ -2296,7 +2296,7 @@ namespace LuaPlayer
{
Creature* obj = ALE::CHECKOBJ<Creature>(L, 2);
player->GetSession()->SendTrainerList(obj->GET_GUID());
player->GetSession()->SendTrainerList(obj);
return 0;
}