mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 05:27:19 +00:00
newlines
This commit is contained in:
parent
138dc0fab6
commit
e1325b1e0f
@ -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,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)
|
||||
);
|
||||
);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user