[9779] Drop trailing whitespaces.

This commit is contained in:
VladimirMangos 2010-04-23 05:26:08 +04:00
parent d3cc3c2f27
commit 15dd77873e
69 changed files with 23 additions and 81 deletions

View file

@ -4130,7 +4130,7 @@ void Player::DeleteFromDB(uint64 playerguid, uint32 accountId, bool updateRealmC
if (has_items)
{
// data needs to be at first place for Item::LoadFromDB
// 0 1 2 3
// 0 1 2 3
QueryResult *resultItems = CharacterDatabase.PQuery("SELECT data,text,item_guid,item_template FROM mail_items JOIN item_instance ON item_guid = guid WHERE mail_id='%u'", mail_id);
if (resultItems)
{