Eluna fix mangos wotlk build

This commit is contained in:
Rochet2
2014-04-07 02:35:29 +03:00
committed by Foereaper
parent 7ed94d3e7a
commit 16b6514589
7 changed files with 10 additions and 23 deletions

View File

@@ -231,7 +231,7 @@ namespace LuaGroup
if (icon >= TARGETICONCOUNT)
return luaL_argerror(L, 2, "valid target icon expected");
group->SetTargetIcon(icon, setter, target);
group->SetTargetIcon(icon, ObjectGuid(setter), ObjectGuid(target));
return 0;
}