Update GroupMethods.h

This commit is contained in:
Rochet2
2014-04-07 10:32:50 +03:00
committed by Foereaper
parent e7cb68a3a6
commit 6f6a9bb149

View File

@@ -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));