diff --git a/src/LuaEngine/methods/PlayerMethods.h b/src/LuaEngine/methods/PlayerMethods.h index 87cc921..891477c 100644 --- a/src/LuaEngine/methods/PlayerMethods.h +++ b/src/LuaEngine/methods/PlayerMethods.h @@ -2296,7 +2296,7 @@ namespace LuaPlayer { Creature* obj = ALE::CHECKOBJ(L, 2); - player->GetSession()->SendTrainerList(obj->GET_GUID()); + player->GetSession()->SendTrainerList(obj); return 0; }