diff options
author | n0n4m3 <none@none> | 2010-04-11 11:11:32 +0400 |
---|---|---|
committer | n0n4m3 <none@none> | 2010-04-11 11:11:32 +0400 |
commit | 8db7c06e6b16728eca499d29bb136980d714313b (patch) | |
tree | a06f96173df6f3f23aa2c5a51effa1fd69bd3dcd /src/game/Mail.cpp | |
parent | 36e13c1d1c615d89c1e18add73411c0525ecbf08 (diff) |
Fix Auth on server also some fixes and cleanups. Big thx to TOM_RUS.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Mail.cpp')
-rw-r--r-- | src/game/Mail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Mail.cpp b/src/game/Mail.cpp index 580da280a2a..448a90cd582 100644 --- a/src/game/Mail.cpp +++ b/src/game/Mail.cpp @@ -717,7 +717,7 @@ void WorldSession::HandleMailCreateTextItem(WorldPacket & recv_data) return; } - bodyItem->SetUInt32Value(ITEM_FIELD_ITEM_TEXT_ID , itemTextId); + //bodyItem->SetUInt32Value(ITEM_FIELD_ITEM_TEXT_ID , itemTextId); bodyItem->SetUInt32Value(ITEM_FIELD_CREATOR, m->sender); sLog.outDetail("HandleMailCreateTextItem mailid=%u",mailId); |