mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix mangos wotlk build
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user