Disabled Bindings.xml to avoid taints in 10.0
This commit is contained in:
+10
-10
@@ -1321,7 +1321,7 @@ local window_openned_at = time()
|
||||
texto_snap:SetJustifyV ("top")
|
||||
texto_snap:SetTextColor(1, 1, 1, 1)
|
||||
local fonte, _, flags = texto_snap:GetFont()
|
||||
texto_snap:SetFont (fonte, 11, flags)
|
||||
texto_snap:SetFont(fonte, 11, flags)
|
||||
|
||||
local snap_image1 = window:CreateTexture(nil, "overlay")
|
||||
snap_image1:SetTexture([[Interface\Addons\Details\images\icons]])
|
||||
@@ -1402,14 +1402,14 @@ local window_openned_at = time()
|
||||
--local t = {esta_morte, time(), joe.nome, joe.classe, 400000, "52m 12s", ["dead"] = true}
|
||||
--table.insert(current_combat.last_events_tables, #current_combat.last_events_tables+1, t)
|
||||
|
||||
rawset (_detalhes.spellcache, 300000, {"A Gun in Your Hand", 300000, [[Interface\ICONS\INV_Legendary_Gun]]})
|
||||
rawset (_detalhes.spellcache, 300001, {"Shot", 300001, [[Interface\ICONS\INV_Archaeology_Ogres_HarGunn_Eye]]})
|
||||
rawset (_detalhes.spellcache, 300002, {"Mexico Travel", 300002, [[Interface\ICONS\Achievement_Dungeon_Gundrak_Normal]]})
|
||||
rawset (_detalhes.spellcache, 300003, {"Rope", 300003, [[Interface\ICONS\Creatureportrait_RopeLadder01]]})
|
||||
rawset (_detalhes.spellcache, 300004, {"A Guitar Solo", 300004, [[Interface\ICONS\INV_Staff_2h_DraenorDungeon_C_05]]})
|
||||
rawset (_detalhes.spellcache, 300005, {"Watchtower", 300005, [[Interface\ICONS\Achievement_BG_DefendXtowers_AV]]})
|
||||
rawset (_detalhes.spellcache, 300006, {"Oh! Hey There!", 300006, [[Interface\ICONS\Spell_Shadow_SummonSuccubus]]})
|
||||
rawset (_detalhes.spellcache, 300007, {"I'm an Ability!", 300007, [[Interface\ICONS\Spell_Nature_Polymorph]]})
|
||||
rawset(_detalhes.spellcache, 300000, {"A Gun in Your Hand", 300000, [[Interface\ICONS\INV_Legendary_Gun]]})
|
||||
rawset(_detalhes.spellcache, 300001, {"Shot", 300001, [[Interface\ICONS\INV_Archaeology_Ogres_HarGunn_Eye]]})
|
||||
rawset(_detalhes.spellcache, 300002, {"Mexico Travel", 300002, [[Interface\ICONS\Achievement_Dungeon_Gundrak_Normal]]})
|
||||
rawset(_detalhes.spellcache, 300003, {"Rope", 300003, [[Interface\ICONS\Creatureportrait_RopeLadder01]]})
|
||||
rawset(_detalhes.spellcache, 300004, {"A Guitar Solo", 300004, [[Interface\ICONS\INV_Staff_2h_DraenorDungeon_C_05]]})
|
||||
rawset(_detalhes.spellcache, 300005, {"Watchtower", 300005, [[Interface\ICONS\Achievement_BG_DefendXtowers_AV]]})
|
||||
rawset(_detalhes.spellcache, 300006, {"Oh! Hey There!", 300006, [[Interface\ICONS\Spell_Shadow_SummonSuccubus]]})
|
||||
rawset(_detalhes.spellcache, 300007, {"I'm an Ability!", 300007, [[Interface\ICONS\Spell_Nature_Polymorph]]})
|
||||
|
||||
joe.targets ["My Old Lady"] = 3500000
|
||||
joe.targets ["My Self"] = 2000000
|
||||
@@ -1490,7 +1490,7 @@ local window_openned_at = time()
|
||||
texto_plugins:SetJustifyV ("top")
|
||||
texto_plugins:SetTextColor(1, 1, 1, 1)
|
||||
--local fonte, _, flags = texto_plugins:GetFont()
|
||||
--texto_plugins:SetFont (fonte, 11, flags)
|
||||
--texto_plugins:SetFont(fonte, 11, flags)
|
||||
|
||||
local plugins_image1 = window:CreateTexture(nil, "overlay")
|
||||
plugins_image1:SetTexture([[Interface\Addons\Details\images\icons2]])
|
||||
|
||||
Reference in New Issue
Block a user