From 42441ab83ad5737f694e0a781fb7d165f472d57d Mon Sep 17 00:00:00 2001 From: antz Date: Thu, 29 Mar 2018 12:36:02 +0100 Subject: [PATCH] Fix compile error On MangosZero,One and Two --- PlayerMethods.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PlayerMethods.h b/PlayerMethods.h index 8c62ea3..2e22ce9 100644 --- a/PlayerMethods.h +++ b/PlayerMethods.h @@ -802,7 +802,8 @@ namespace LuaPlayer Eluna::Push(L, player->GetHonorPoints()); return 1; } - +#endif +#if defined(CLASSIC) || defined(TBC) || defined (WOTLK) /** * Returns the [Player]s current shield block value *