diff options
author | Spp <none@none> | 2010-04-11 20:20:38 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-04-11 20:20:38 +0200 |
commit | 65c3e979e2eed9e2485caf65b487dbd2219c0592 (patch) | |
tree | 5ecb0c945d99401d87fcfe116dfbc369328c4829 /src/game/ObjectMgr.cpp | |
parent | c592fc75809e420eb3554b12c31eb645a8aae280 (diff) |
Tab to Spaces and remove of trailing spaces
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r-- | src/game/ObjectMgr.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index daf97dfa2f7..d35e31e9b29 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -6059,9 +6059,9 @@ uint32 ObjectMgr::GenerateMailID() void ObjectMgr::CreateItemText(uint32 guid, std::string text) { - // insert new item text to container - mItemTexts[ guid ] = text; - + // insert new item text to container + mItemTexts[ guid ] = text; + // save new item text CharacterDatabase.escape_string(text); |