Fixes xp not working.

This commit is contained in:
hondacrx
2023-02-24 20:03:12 -05:00
parent e9f0f82f25
commit e04941bf88
+2
View File
@@ -10481,6 +10481,8 @@ namespace Game
return 50;
case Expansion.ShadowLands:
return 60;
case Expansion.Dragonflight:
return 70;
default:
break;
}