mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[12069] Cleanup comment style
This commit is contained in:
parent
5efb3867f5
commit
835d1c7479
205 changed files with 2835 additions and 2835 deletions
|
|
@ -423,8 +423,8 @@ void WorldSession::HandleMailReturnToSender(WorldPacket& recv_data)
|
|||
return;
|
||||
}
|
||||
|
||||
//we can return mail now
|
||||
//so firstly delete the old one
|
||||
// we can return mail now
|
||||
// so firstly delete the old one
|
||||
CharacterDatabase.BeginTransaction();
|
||||
CharacterDatabase.PExecute("DELETE FROM mail WHERE id = '%u'", mailId);
|
||||
// needed?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue