fix(LuaEngine/PlayerMethods): Update SendTrainerList (#352)
This commit is contained in:
@@ -2296,7 +2296,7 @@ namespace LuaPlayer
|
|||||||
{
|
{
|
||||||
Creature* obj = ALE::CHECKOBJ<Creature>(L, 2);
|
Creature* obj = ALE::CHECKOBJ<Creature>(L, 2);
|
||||||
|
|
||||||
player->GetSession()->SendTrainerList(obj->GET_GUID());
|
player->GetSession()->SendTrainerList(obj);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user