Removed comment from hook - No idea why it was there.

This commit is contained in:
talamortis
2018-07-06 15:05:47 +01:00
parent cbc5172b1c
commit 775d5094d2

View File

@@ -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);
}