Skip to content

Commit

Permalink
newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
aronwk-aaron committed Nov 19, 2023
1 parent 138dc0f commit e1325b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dGame/dComponents/CharacterComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -785,4 +785,4 @@ void CharacterComponent::AwardClaimCodes() {
body << "%[RewardCodes_" << rewardCode << "_bodyText]";
Mail::SendMail(LWOOBJID_EMPTY, "%[MAIL_SYSTEM_NOTIFICATION]", m_Parent, subject.str(), body.str(), attachmentLOT, 1);
}
}
}
2 changes: 1 addition & 1 deletion migrations/dlu/14_reward_codes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ CREATE TABLE IF NOT EXISTS accounts_rewardcodes (
account_id INT NOT NULL REFERENCES accounts(id),
rewardcode INT NOT NULL,
PRIMARY KEY (account_id, rewardcode)
);
);
2 changes: 1 addition & 1 deletion resources/authconfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dont_use_keys=0
# Default 4,30
# 4 allows LEGOClub access
# 30 makes the client not consume bricks when in bbb mode
rewardcodes=4,30
rewardcodes=4,30

0 comments on commit e1325b1

Please sign in to comment.