Add Mangos Four support

This commit is contained in:
antz
2018-03-28 19:36:45 +01:00
committed by Antz
parent a481a8bc4b
commit c2f2dd566c
7 changed files with 18 additions and 30 deletions

View File

@@ -195,7 +195,7 @@ namespace LuaItem
return 1;
}
#ifndef CATA
#if defined CLASSIC || defined(TBC) || defined(WOTLK)
/**
* Returns 'true' if the [Item] is a weapon vellum, 'false' otherwise
*
@@ -271,7 +271,7 @@ namespace LuaItem
#ifndef CLASSIC
if (int32 itemRandPropId = item->GetItemRandomPropertyId())
{
#ifdef CATA
#if defined(CATA) || defined (MISTS)
char* suffix = NULL;
#else
char* const* suffix = NULL;