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

@@ -780,8 +780,7 @@ namespace LuaPlayer
}
#endif
#ifndef CATA
#ifndef CLASSIC
#if defined(TBC) || defined (WOTLK)
/**
* Returns the [Player]s current amount of Arena Points
*
@@ -803,7 +802,6 @@ namespace LuaPlayer
Eluna::Push(L, player->GetHonorPoints());
return 1;
}
#endif
/**
* Returns the [Player]s current shield block value
@@ -1900,8 +1898,7 @@ namespace LuaPlayer
return 0;
}
#ifndef CATA
#ifndef CLASSIC
#if defined(TBC) || defined(WOTLK)
/**
* Sets the [Player]s Arena Points to the amount specified
*
@@ -1926,7 +1923,6 @@ namespace LuaPlayer
return 0;
}
#endif
#endif
#ifdef CLASSIC
/**
@@ -2111,8 +2107,7 @@ namespace LuaPlayer
return 0;
}
#ifndef CATA
#ifndef CLASSIC
#if defined(TBC) || defined(WOTLK)
/**
* Adds or detracts from the [Player]s current Arena Points
*
@@ -2138,7 +2133,6 @@ namespace LuaPlayer
player->ModifyHonorPoints(amount);
return 0;
}
#endif
#endif
/**