Mercurial > wow > mylilpony
diff MyLilPony.lua @ 30:af32bee5a3d1 i18n
Added a count to the list by pattern command.
author | syzler |
---|---|
date | Sat, 30 Apr 2011 21:29:43 +0000 |
parents | 830b2ccf349d |
children | 83e9649a6606 |
line wrap: on
line diff
--- a/MyLilPony.lua Sat Apr 16 18:02:21 2011 +0000 +++ b/MyLilPony.lua Sat Apr 30 21:29:43 2011 +0000 @@ -174,6 +174,7 @@ for _, name in pairs(result) do MyLilPony.Print(name); end + MyLilPony.Print(format(L["msgCountMatchingMountsForPattern"], #result)); end elseif MyLilPony.StringMatchIgnoreCase(arg, "^%d+$") then local result = MyLilPony.CallMountById(tonumber(arg));