Skip to content

Commit

Permalink
MaNGOS Three method fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed Aug 31, 2024
1 parent 4d74de6 commit 3984d0d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions methods/Mangos/PlayerMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -2437,12 +2437,9 @@ namespace LuaPlayer
{
bool no_cost = E->CHECKVAL<bool>(2, true);

#ifdef CATA
player->ResetTalents(no_cost);
#else
player->resetTalents(no_cost);
#endif
#if (!defined(TBC) && !defined(CLASSIC))

#if ELUNA_EXPANSION >= EXP_WOTLK
player->SendTalentsInfoData(false);
#endif
return 0;
Expand Down

0 comments on commit 3984d0d

Please sign in to comment.