Skip to content

Commit

Permalink
Fixed grouping between seperate stars.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemming552 committed Mar 27, 2015
1 parent 0849915 commit bbe19aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Lacuna/DB/Result/Ships.pm
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ sub send {
id => { '!=' => $self->id },
body_id => $self->body_id,
foreign_body_id => $self->foreign_body_id,
foreign_star_id => $self->foreign_star_id,
direction => 'out',
task => 'Travelling',
type => { 'in' => \@ag_list },
Expand Down
1 change: 1 addition & 0 deletions var/www/public/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Add: view_unread Inbox API
- Add: Stations auto-seize
- Add: Voting allowed in embassy
- Fix: Detonators do not group when sent toward different stars.

3.0909:
- Add: Admin UI to set alliance logo.
Expand Down

0 comments on commit bbe19aa

Please sign in to comment.