Fix mangos build

This commit is contained in:
Rochet2
2020-01-11 15:26:43 +02:00
parent 35e85a71ae
commit aab1441a7a

View File

@@ -2020,7 +2020,7 @@ namespace LuaGlobalFunctions
case BanReturn::BAN_LONGER_EXISTS:
Eluna::Push(L, 3);
break;
#else
#elif TRINITY
case BanReturn::BAN_EXISTS:
Eluna::Push(L, 3);
break;