From e04941bf88226b7e19f0a95a2b8e0af04ed19cd7 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Fri, 24 Feb 2023 20:03:12 -0500 Subject: [PATCH] Fixes xp not working. --- Source/Game/Globals/ObjectManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Game/Globals/ObjectManager.cs b/Source/Game/Globals/ObjectManager.cs index cbaa737fd..cc2c6d305 100644 --- a/Source/Game/Globals/ObjectManager.cs +++ b/Source/Game/Globals/ObjectManager.cs @@ -10481,6 +10481,8 @@ namespace Game return 50; case Expansion.ShadowLands: return 60; + case Expansion.Dragonflight: + return 70; default: break; }