Implement BG methods for TC and do other fixes

This commit is contained in:
Rochet2
2014-09-13 23:18:53 +03:00
parent 42ffd8aff8
commit 9add43bf2a
5 changed files with 146 additions and 128 deletions

View File

@@ -9,7 +9,6 @@
namespace LuaBattleGround
{
#ifdef MANGOS // Currently only tested on Mangos. May need tweaking for TC
/**
* Returns the name of the [Battleground]
*
@@ -216,6 +215,5 @@ namespace LuaBattleGround
Eluna::Push(L, bg->GetStatus());
return 1;
}
#endif
};
#endif