This commit is contained in:
tercio
2014-06-22 19:46:55 -03:00
parent b1cf458ca5
commit c36f87a3b6
6 changed files with 28 additions and 5 deletions
+1 -1
View File
@@ -471,7 +471,7 @@ local ButtonMetaFunctions = {}
end
if (button.MyObject.have_tooltip) then
_detalhes:CooltipPreset (1)
_detalhes:CooltipPreset (2)
GameCooltip:AddLine (button.MyObject.have_tooltip)
GameCooltip:ShowCooltip (button, "tooltip")
end