* moved some more redundant code to basic.js

* moved static item-scaling data to datasets
* Tooltips should now be able to display secondary tooltips (maps) and handle "known" spells (parsing those would be the next step)

tabs to spaces .. a lot
This commit is contained in:
Sarjuuk
2013-08-04 02:55:28 +02:00
parent 3d7c4b8bd7
commit 317af7d768
7 changed files with 1356 additions and 1532 deletions

View File

@@ -2523,7 +2523,7 @@ function TalentCalc() {
buffer += '</td></tr></table>';
Tooltip.show(_this, g_setTooltipItemLevel(buffer, _getRequiredLevel()));
Tooltip.show(_this, $WH.g_setTooltipLevel(buffer, _getRequiredLevel()));
}
function _simplifyGlyphName(name) {