Mercurial > wow > prospect-me
comparison Modules/ProspectMe_Tooltip.lua @ 69:dcb2ec933df7
Updated TOC file for next version (2.7.1.4)
author | Vynn <mischivin@gmail.com> |
---|---|
date | Wed, 25 Jan 2017 13:33:49 -0500 |
parents | 58d886030d65 |
children |
comparison
equal
deleted
inserted
replaced
68:4250e2fd7e3a | 69:dcb2ec933df7 |
---|---|
184 if spellid == 225902 or spellid == 225904 or subclass == ProspectMe.Vars.ORE then | 184 if spellid == 225902 or spellid == 225904 or subclass == ProspectMe.Vars.ORE then |
185 self:AddLine("|cffffffffTry Prospecting some ore to see your results!") | 185 self:AddLine("|cffffffffTry Prospecting some ore to see your results!") |
186 elseif spellid == 210116 or subclass == ProspectMe.Vars.HERB then | 186 elseif spellid == 210116 or subclass == ProspectMe.Vars.HERB then |
187 self:AddLine("|cffffffffTry Milling some plants to see your results!") | 187 self:AddLine("|cffffffffTry Milling some plants to see your results!") |
188 else | 188 else |
189 self:Addline("|cffffffffTry processing some material to see your results!") | 189 self:AddLine("|cffffffffTry processing some material to see your results!") |
190 end | 190 end |
191 end | 191 end |
192 | 192 |
193 --self:AddLine(" ") | 193 --self:AddLine(" ") |
194 end | 194 end |