mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
feat(Core/ObjectMgr): Add handling specific to heroic player level stats (DKs). (#14378)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user