Trying out a new globalstring, reported to work with koKR aswell
Adrian Lund-Lange [01-07-12 - 11:51]
Trying out a new globalstring, reported to work with koKR aswell
diff --git a/Molinari.lua b/Molinari.lua
index bda880e..00d19cc 100644
--- a/Molinari.lua
+++ b/Molinari.lua
@@ -30,7 +30,7 @@ function button:PLAYER_LOGIN()
if(IsSpellKnown(1804)) then
-- Commence localization hack
- rogue = ERR_USE_LOCKED_WITH_SPELL_KNOWN_SI:gsub('%%s', (GetSpellInfo(1810))):gsub('%%d', '%(.*%)')
+ rogue = ITEM_MIN_SKILL:gsub('%%s', (GetSpellInfo(1810))):gsub('%%d', '%(.*%)')
end
GameTooltip:HookScript('OnTooltipSetItem', function(self)