Core/Players: Fixed pvp talents being reset on login if player is below level 110 (pre level squish code)
Port From (https://github.com/TrinityCore/TrinityCore/commit/9c90a18ee5ecccf597388fe52633813c6d2c5726)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
*/
|
||||
|
||||
using System;
|
||||
|
||||
@@ -65,7 +65,7 @@ namespace Framework.Constants
|
||||
public const int MaxArtifactTier = 1;
|
||||
|
||||
public const int MaxHonorLevel = 500;
|
||||
public const byte LevelMinHonor = 20;
|
||||
public const byte LevelMinHonor = 10;
|
||||
public const uint SpellPvpRulesEnabled = 134735;
|
||||
|
||||
//Azerite
|
||||
|
||||
Reference in New Issue
Block a user