Skip to content

Commit

Permalink
Classic has soft units
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Aug 18, 2024
1 parent 36d5fef commit d0bca87
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@ do
target = "target",
playertarget = "target",
npc = "npc",
softenemy = "softenemy",
softfriend = "softfriend",
softinteract = "softinteract",
}
if not wow_cata then
better_unit_ids.softenemy = "softenemy"
better_unit_ids.softfriend = "softfriend"
better_unit_ids.softinteract = "softinteract"
end
for i = 1, _G.MAX_PARTY_MEMBERS do
better_unit_ids["party" .. i] = "party" .. i
better_unit_ids["partypet" .. i] = "partypet" .. i
Expand Down

0 comments on commit d0bca87

Please sign in to comment.