From 6f6a9bb1495543c210d072b995ecb8edaf1853cb Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Mon, 7 Apr 2014 10:32:50 +0300 Subject: [PATCH] Update GroupMethods.h --- GroupMethods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GroupMethods.h b/GroupMethods.h index a77ff43..f99f0f1 100644 --- a/GroupMethods.h +++ b/GroupMethods.h @@ -231,7 +231,7 @@ namespace LuaGroup if (icon >= TARGETICONCOUNT) return luaL_argerror(L, 2, "valid target icon expected"); -#if (defined(TBC) || defined(TBC)) +#if (defined(CLASSIC) || defined(TBC)) group->SetTargetIcon(icon, ObjectGuid(target)); #else group->SetTargetIcon(icon, ObjectGuid(setter), ObjectGuid(target));