Removed comment from hook - No idea why it was there.
This commit is contained in:
@@ -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) 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) 2008-2016 TrinityCore <http://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
@@ -4553,7 +4553,7 @@ bool Player::resetTalents(bool noResetCost)
|
|||||||
|
|
||||||
void Player::SetFreeTalentPoints(uint32 points)
|
void Player::SetFreeTalentPoints(uint32 points)
|
||||||
{
|
{
|
||||||
//sScriptMgr->OnPlayerFreeTalentPointsChanged(this, points);
|
sScriptMgr->OnPlayerFreeTalentPointsChanged(this, points);
|
||||||
SetUInt32Value(PLAYER_CHARACTER_POINTS1, points);
|
SetUInt32Value(PLAYER_CHARACTER_POINTS1, points);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user