From a5684c3701321dc9e8e755dfd9a67e7907916736 Mon Sep 17 00:00:00 2001 From: F16Gaming Date: Wed, 4 Jul 2012 05:42:20 +0200 Subject: [PATCH] Fixed old names from merge. --- GroupTools.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GroupTools.lua b/GroupTools.lua index 92fbd84..83c078c 100644 --- a/GroupTools.lua +++ b/GroupTools.lua @@ -30,11 +30,11 @@ local GetRaidDifficulty = GetRaidDifficulty local SetRaidDifficulty = SetRaidDifficulty local GetNumRaidMembers = GetNumRaidMembers local GetRaidRosterInfo = GetRaidRosterInfo -local UnitIsPartyLeader = UnitIsPartyLeader -local UnitIsRaidOfficer = UnitIsRaidOfficer -local GetNumPartyMembers = GetNumPartyMembers +local UnitIsGroupLeader = UnitIsGroupLeader +local UnitIsGroupAssistant = UnitIsGroupAssistant local GetDungeonDifficulty = GetDungeonDifficulty local SetDungeonDifficulty = SetDungeonDifficulty +local GetNumSubGroupMembers = GetNumSubgroupMembers local C = Command local L = C.LocaleManager -- 1.7.9.5