From fe9eb194d401747749ae413db0573e9c9003e63d Mon Sep 17 00:00:00 2001 From: govtgeek <26489473+GovtGeek@users.noreply.github.com> Date: Sun, 31 Mar 2024 20:05:26 -0700 Subject: [PATCH] Added Tree of Life form for non-Retail events --- Outfitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Outfitter.lua b/Outfitter.lua index 39ef9af..7322918 100644 --- a/Outfitter.lua +++ b/Outfitter.lua @@ -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"}) @@ -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