mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc:
* also load item-scaling data for spell-tooltips * fixed an event reference in the markup-guide (holidayIds became eventIds some time ago) * removed underline from anchor elements * also increment version
This commit is contained in:
@@ -83,7 +83,8 @@ if (typeof $WowheadPower == "undefined") {
|
||||
100: [profiles, "profile", "Profile" ]
|
||||
},
|
||||
SCALES = {
|
||||
3: { url: "?data=item-scaling" }
|
||||
3: { url: "?data=item-scaling" },
|
||||
6: { url: "?data=item-scaling" }
|
||||
},
|
||||
LOCALES = {
|
||||
0: "enus",
|
||||
|
||||
Reference in New Issue
Block a user