Removed comment from hook - No idea why it was there.
This commit is contained in:
parent
cbc5172b1c
commit
775d5094d2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-GPL2
|
||||
* Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
|
||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||
|
|
@ -4553,7 +4553,7 @@ bool Player::resetTalents(bool noResetCost)
|
|||
|
||||
void Player::SetFreeTalentPoints(uint32 points)
|
||||
{
|
||||
//sScriptMgr->OnPlayerFreeTalentPointsChanged(this, points);
|
||||
sScriptMgr->OnPlayerFreeTalentPointsChanged(this, points);
|
||||
SetUInt32Value(PLAYER_CHARACTER_POINTS1, points);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue