Skip to content

Commit

Permalink
Fix Mangos Two build
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Sep 20, 2023
1 parent 4dbe18b commit 46bed6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mangos/PlayerMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -4466,7 +4466,6 @@ namespace LuaPlayer
#endif
#if (!defined(TBC) && !defined(CLASSIC))
{ "HasAchieved", &LuaPlayer::HasAchieved },
{ "SetAchievement", &LuaPlayer::SetAchievement },
{ "HasTalent", &LuaPlayer::HasTalent },
{ "CanTitanGrip", &LuaPlayer::CanTitanGrip },
#endif
Expand Down Expand Up @@ -4592,6 +4591,7 @@ namespace LuaPlayer
{ "GainSpellComboPoints", nullptr }, // not implemented
{ "AddTalent", nullptr }, // not implemented
{ "BindToInstance", nullptr }, // not implemented
{ "SetAchievement", nullptr }, // not implemented

{ NULL, NULL }
};
Expand Down

0 comments on commit 46bed6d

Please sign in to comment.