diff --git a/dGame/dComponents/CharacterComponent.cpp b/dGame/dComponents/CharacterComponent.cpp index ccdd4c081..14ee9a184 100644 --- a/dGame/dComponents/CharacterComponent.cpp +++ b/dGame/dComponents/CharacterComponent.cpp @@ -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); } -} \ No newline at end of file +} diff --git a/migrations/dlu/14_reward_codes.sql b/migrations/dlu/14_reward_codes.sql index d96008464..f01ec29d6 100644 --- a/migrations/dlu/14_reward_codes.sql +++ b/migrations/dlu/14_reward_codes.sql @@ -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) -); \ No newline at end of file +); diff --git a/resources/authconfig.ini b/resources/authconfig.ini index b0ae4dd11..62a5c6de3 100644 --- a/resources/authconfig.ini +++ b/resources/authconfig.ini @@ -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 \ No newline at end of file +rewardcodes=4,30