Fixed old names from merge.
F16Gaming [07-04-12 - 03:42]
Fixed old names from merge.
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