feat(Core/ObjectMgr): Add handling specific to heroic player level stats (DKs). (#14378)

This commit is contained in:
Benjamin Jackson 2023-01-25 11:14:31 -05:00 committed by GitHub
parent fb5cc6cdb6
commit 4e2270c935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View file

@ -0,0 +1,2 @@
DELETE FROM `player_class_stats` WHERE `class` = 6 AND `level` < 55;
DELETE FROM `player_classlevelstats` WHERE `class` = 6 AND `level` < 55;