mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* 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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user