And remove useless testing code again..

This commit is contained in:
leak
2010-12-31 04:50:26 +01:00
parent 73fe85e6fd
commit d747b8063b
@@ -280,8 +280,6 @@ void WorldSession::HandleSendMail(WorldPacket & recv_data)
// If theres is an item, there is a one hour delivery delay if sent to another account's character.
uint32 deliver_delay = needItemDelay ? sWorld->getIntConfig(CONFIG_MAIL_DELIVERY_DELAY) : 0;
uint32 stationary = pl->isGameMaster() ? MAIL_STATIONERY_GM : MAIL_STATIONERY_DEFAULT;
// will delete item or place to receiver mail list
draft
.AddMoney(money)