Fix decursive for new classes

This commit is contained in:
Andrew6810
2022-10-28 04:46:07 -07:00
parent 6988cc52f5
commit 8817327813
11 changed files with 52 additions and 1337 deletions
+2
View File
@@ -191,6 +191,7 @@ DC.ClassNumToLName = {
[18] = LC[DC.CLASS_WARLOCK],
[19] = LC[DC.CLASS_WARRIOR],
[20] = LC[DC.CLASS_DEATHKNIGHT],
[21] = LC[DC.CLASS_HERO],
}
DC.ClassLNameToNum = D:tReverse(DC.ClassNumToLName);
@@ -206,6 +207,7 @@ DC.ClassNumToUName = {
[18] = DC.CLASS_WARLOCK,
[19] = DC.CLASS_WARRIOR,
[20] = DC.CLASS_DEATHKNIGHT,
[21] = DC.CLASS_HERO,
}
DC.ClassUNameToNum = D:tReverse(DC.ClassNumToUName);