Skip to content

Commit

Permalink
[444] Another SQL fix for Trinity Cores arena_team` table. Also, di…
Browse files Browse the repository at this point in the history
…splay proper colors for Team Emblem (hack if I`m right)
  • Loading branch information
Shadez committed Jan 3, 2011
1 parent a878759 commit a134d74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/classes/class.arenateams.php
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ public function GetArenaTeamEmblem($teamId = 0, $db = null) {
}
if($db == null) {
$arenaTeamEmblem = Armory::$cDB->selectRow("SELECT `BackgroundColor` AS `background`, `BorderColor` AS `borderColor`, `BorderStyle` AS `borderStyle`, `EmblemColor` AS `iconColor`, `EmblemStyle` AS `iconStyle` FROM `arena_team` WHERE `arenateamid`=%d", $teamId);

// Displaying correct Team Emblem
// We have DECIMAL value here in DB (4294106805 e.g.)
// We need to reduce it to 255 (4294106550)
Expand Down

1 comment on commit a134d74

@Shadez
Copy link
Owner Author

@Shadez Shadez commented on a134d74 Jan 3, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github lags :(

Please sign in to comment.