mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
More build errors fixed
13 errors left at this stage.
This commit is contained in:
parent
924d182855
commit
669502916a
22 changed files with 279 additions and 56 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue