From 2265aef916e3b2d63d87faa68a2b51e7d747c54c Mon Sep 17 00:00:00 2001 From: Seline Date: Tue, 14 Oct 2008 11:57:03 -0500 Subject: [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 --- dep/include/utf8cpp/utf8/core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dep/include/utf8cpp') 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 -// 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; -- cgit v1.2.3