From 46bed6d6be8ecdb7835fcc8305695839f49394d1 Mon Sep 17 00:00:00 2001 From: Foereaper Date: Wed, 20 Sep 2023 19:43:23 +0200 Subject: [PATCH] Fix Mangos Two build --- Mangos/PlayerMethods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mangos/PlayerMethods.h b/Mangos/PlayerMethods.h index b42731b47e..9d41833682 100644 --- a/Mangos/PlayerMethods.h +++ b/Mangos/PlayerMethods.h @@ -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 @@ -4592,6 +4591,7 @@ namespace LuaPlayer { "GainSpellComboPoints", nullptr }, // not implemented { "AddTalent", nullptr }, // not implemented { "BindToInstance", nullptr }, // not implemented + { "SetAchievement", nullptr }, // not implemented { NULL, NULL } };