More build errors fixed

13 errors left at this stage.
This commit is contained in:
Charles A Edwards 2016-01-31 18:58:38 +00:00 committed by Antz
parent 924d182855
commit 669502916a
22 changed files with 279 additions and 56 deletions

View file

@ -2440,10 +2440,10 @@ namespace LuaPlayer
bool no_cost = Eluna::CHECKVAL<bool>(L, 2, true);
#ifdef CATA
player->ResetTalents(no_cost);
player->resetTalents(no_cost);
#else
#ifdef TRINITY
player->ResetTalents(no_cost);
player->resetTalents(no_cost);
#else
player->resetTalents(no_cost);
#endif