Skip to content

Commit 6485473

Browse files
committed
Fix AC build issue
1 parent be28e2b commit 6485473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

methods/AzerothCore/PlayerMethods.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2304,7 +2304,7 @@ namespace LuaPlayer
23042304
{
23052305
Creature* obj = E->CHECKOBJ<Creature>(2);
23062306

2307-
player->GetSession()->SendTrainerList(obj->GET_GUID());
2307+
player->GetSession()->SendTrainerList(obj);
23082308
return 0;
23092309
}
23102310

0 commit comments

Comments
 (0)