* Enhanced/CharacterFrame: Add new stat tooltips
* Enhanced/CharacterFrame: crit is a percent of base crit
* Enhanced/CharacterSheet: Update to use new cvar
* ElvUI/Merchant: Remove auto sell gray / auto repair. Client handles these now.
* Added DBM Pull timer, moved around buttons
Added DBM Pull timer button (will do nothing without DBM, calls the command through the chat) and moved around buttons so you have Ready Check and DBM Pull as the last 2 buttons (easier to use imo)
* Update RaidUtility.lua
Added a check for DBM-Core, has to be loaded for the buttons to show. Split the timers in 2, one for a 10s pull timer and one for a 5s pull timer. Right now it calls the command through the chat box, if I find the correct API from DBM I will make it call that
* add missing Locale entries
* add size option
* link option to icon size
* add icon size option to menu
* shorten option name
* update to match naming
* map marker translations
* map marker translations
* map marker translations
* map marker translations
* map marker translations
* map makers translations
* map markers translations
* map markers translations
* remove spacer
originally I added the space because the previous option was too long and had ... at the end of the name, but now that its shorter it looks odd on its own line
this will allow people with the old or new version of clique to have the skin load properly.
For those who have the new 12 spec version, it will give an error when opening the menu without this change.
Previously when holding shift while hovering yourself/other player, ilvl would calculate ranged/offhand slot
As well, if an item was not-equipped, your ilvl would go up because it did not add +1 item (therefor dividing by 1 less)
Issue still remains with inaccurate display, best guess is that it's from an error grabbing item data? Could be worth looking into, issue existed before I touched it: only changed the calculation itself.
Example: I try and look at someone iLvl by holding shift on them, tooltip says "97", I whisper to ask and they are 130, seems to only work half the time? I will look further when i have more time.