v0.6.2: fixed mages staff imbue not trigger item level badges

This commit is contained in:
Evan Debenham
2017-10-11 23:42:20 -04:00
parent 450894893f
commit 90b7d801bb
@@ -206,6 +206,8 @@ public class MagesStaff extends MeleeWeapon {
updateQuickslot(); updateQuickslot();
} }
Badges.validateItemLevelAquired(this);
return this; return this;
} }