mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Misc
* fixed auth against TCs auth table * check for real paths when creating emote aliasses * races page no longer identifies as classes * fixed item comparison tool * fixed js error when trying to display spawn maps
This commit is contained in:
@@ -417,7 +417,7 @@ ShowOnMap.prototype.setLegend = function(info) {
|
||||
$WH.ae(sp, a);
|
||||
}
|
||||
else {
|
||||
sp.innerText = info[i][0];
|
||||
$WH.ae(sp, $WH.ct(info[i][0]));
|
||||
}
|
||||
|
||||
$WH.ae(div, sp);
|
||||
|
||||
Reference in New Issue
Block a user