Skip to content

Commit

Permalink
Added Tree of Life form for non-Retail events
Browse files Browse the repository at this point in the history
  • Loading branch information
GovtGeek committed Apr 1, 2024
1 parent 5fd1d20 commit fe9eb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Outfitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,7 @@ if WOW_PROJECT_ID ~= WOW_PROJECT_MAINLINE then
Outfitter.BuiltinEvents.SWIFT_FLIGHT_FORM = true
Outfitter.BuiltinEvents.NOT_SWIFT_FLIGHT_FORM = true
Outfitter.cSpecialIDEvents.Flight = {Equip = "SWIFT_FLIGHT_FORM", Unequip = "NOT_SWIFT_FLIGHT_FORM"}
table.insert(Outfitter.cShapeshiftIDInfo, 33891, {ID = "Tree"})
table.insert(Outfitter.cShapeshiftIDInfo, 40120, {ID = "Flight"})
table.insert(Outfitter.cShapeshiftIDInfo, 1785, {ID = "Stealth"})
table.insert(Outfitter.cShapeshiftIDInfo, 1786, {ID = "Stealth"})
Expand Down Expand Up @@ -4495,7 +4496,6 @@ function Outfitter:UpdateShapeshiftState()
--self:DebugMessage("%s: %s texture = %s %s", tostring(index), tostring(shapeshiftID), tostring(texture), isActive and "ACTIVE" or "not active")

local shapeshiftInfo = self.cShapeshiftIDInfo[shapeshiftID]

if shapeshiftInfo then
self.Settings.ShapeshiftIndexInfo[index] = shapeshiftInfo
else
Expand Down

0 comments on commit fe9eb19

Please sign in to comment.