Skip to content

Commit

Permalink
Removed unsused code
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Oct 21, 2019
1 parent e6dcb74 commit 228ef3a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions roster/roster_additions.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@
top:20px;
left:15px;
}
#bar_15088, #bar_15077, #bar_15078, #bar_15079, #bar_15080, #bar_15089, #bar_15093{
width: 31%;
float: left;
padding: 5px;
cursor: pointer;
}
");

$faction = ($this->config->get('faction')) ? $this->config->get('faction') : 'alliance';
Expand All @@ -65,9 +58,6 @@
'REALM' => $this->config->get('servername'),
'REGION' => strtoupper($this->config->get('uc_server_loc')),
'GUILD' => $this->config->get('guildtag'),
'ACHIEV_POINTS' => (isset($guilddata['achievementPoints'])) ? $guilddata['achievementPoints'] : 0,
'L_SKILLS' => $this->game->glang('skills'),
'L_ACHIEVEMENT_POINTS' => $this->game->glang('achievement_points'),
'TABARD' => $this->server_path.'games/wowclassic/roster/logo-'.$faction.'.png',
));

Expand Down

0 comments on commit 228ef3a

Please sign in to comment.