Parent
4acc2ab263
révision
204d6e27bb
1 fichiers modifiés avec 6 ajouts et 6 suppressions
|
@ -38,12 +38,12 @@ function AuctionLite:AuctionFrameTab_OnClick_Hook(tab, arg)
|
||||||
AuctionFrameBuy:Show();
|
AuctionFrameBuy:Show();
|
||||||
BuyName:SetFocus();
|
BuyName:SetFocus();
|
||||||
elseif index == SellTabIndex then
|
elseif index == SellTabIndex then
|
||||||
AuctionFrameTopLeft:SetTexture("Interface\\AddOns\\AuctionLite\\Images\\SellFrame-TopLeft");
|
AuctionFrameTopLeft:SetTexture("Interface\\AddOns\\AuctionLite-classic\\Images\\SellFrame-TopLeft");
|
||||||
AuctionFrameTop:SetTexture("Interface\\AddOns\\AuctionLite\\Images\\SellFrame-Top");
|
AuctionFrameTop:SetTexture("Interface\\AddOns\\AuctionLite-classic\\Images\\SellFrame-Top");
|
||||||
AuctionFrameTopRight:SetTexture("Interface\\AddOns\\AuctionLite\\Images\\SellFrame-TopRight");
|
AuctionFrameTopRight:SetTexture("Interface\\AddOns\\AuctionLite-classic\\Images\\SellFrame-TopRight");
|
||||||
AuctionFrameBotLeft:SetTexture("Interface\\AddOns\\AuctionLite\\Images\\SellFrame-BotLeft");
|
AuctionFrameBotLeft:SetTexture("Interface\\AddOns\\AuctionLite-classic\\Images\\SellFrame-BotLeft");
|
||||||
AuctionFrameBot:SetTexture("Interface\\AddOns\\AuctionLite\\Images\\SellFrame-Bot");
|
AuctionFrameBot:SetTexture("Interface\\AddOns\\AuctionLite-classic\\Images\\SellFrame-Bot");
|
||||||
AuctionFrameBotRight:SetTexture("Interface\\AddOns\\AuctionLite\\Images\\SellFrame-BotRight");
|
AuctionFrameBotRight:SetTexture("Interface\\AddOns\\AuctionLite-classic\\Images\\SellFrame-BotRight");
|
||||||
AuctionFrameSell:Show();
|
AuctionFrameSell:Show();
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Chargement…
Référencer dans un nouveau ticket