diff options
author | Seline <none@none> | 2008-10-14 11:57:03 -0500 |
---|---|---|
committer | Seline <none@none> | 2008-10-14 11:57:03 -0500 |
commit | 2265aef916e3b2d63d87faa68a2b51e7d747c54c (patch) | |
tree | b05420685b7d202aade6f70a6f511adbfb79e37f /dep/include/utf8cpp | |
parent | 222cbfd4644412fb8e5aeed7c37c88797d09964a (diff) |
[svn] * Merge Temp dev SVN with Assembla.
* Changes include:
- Implementation of w12x's Outdoor PvP and Game Event Systems.
- Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed).
- All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql).
- Improved Config cleanup.
- And many more changes.
--HG--
branch : trunk
Diffstat (limited to 'dep/include/utf8cpp')
-rw-r--r-- | dep/include/utf8cpp/utf8/core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/include/utf8cpp/utf8/core.h b/dep/include/utf8cpp/utf8/core.h index 538d56bd468..669183fd111 100644 --- a/dep/include/utf8cpp/utf8/core.h +++ b/dep/include/utf8cpp/utf8/core.h @@ -30,7 +30,7 @@ DEALINGS IN THE SOFTWARE. #include <iterator> -// use MaNGOS core types +// use Trinity core types #include "Platform/Define.h" namespace utf8 @@ -39,7 +39,7 @@ namespace utf8 // You may need to change them to match your system. // These typedefs have the same names as ones from cstdint, or boost/cstdint - /* use MaNGOS alternatives + /* use Trinity alternatives typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; |