- fixed line breaks in tooltips
 - fixed typo causing unwanted output when parsing ratings
 - ammunition now always displays dps and some misc items no longer display 0-0 damage

Spells
 - added created items to tooltip (formating is a bit off though)
 - fixed typo in parsing periodic auras

Power
 - use external version of in_array (e.g. prepend $WH.), should fix inclusion of power to external sites
This commit is contained in:
Sarjuuk
2013-03-06 20:04:52 +01:00
parent 895a6478b1
commit b4afea2cda
3 changed files with 34 additions and 22 deletions

View File

@@ -271,7 +271,7 @@ if (typeof $WowheadPower == "undefined") {
locale = $WH.g_getLocaleFromDomain(domain);
/* edit start */
if (in_array(['fr', 'de', 'es', 'ru', 'en'], domain) == -1) {
if ($WH.in_array(['fr', 'de', 'es', 'ru', 'en'], domain) == -1) {
for (i in document.scripts) {
if (!document.scripts[i].src)
continue;