Fix mangos two build

This commit is contained in:
Rochet2
2018-10-18 20:42:44 +03:00
parent b4eb7841cb
commit 8697e932ae
6 changed files with 14 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ typedef QueryNamedResult ElunaQuery;
#define GetTemplate GetProto
#endif
#ifdef TRINITY
#if defined(TRINITY) || defined(MANGOS)
#ifndef MAKE_NEW_GUID
#define MAKE_NEW_GUID(l, e, h) ObjectGuid(h, e, l)
#endif