v0.6.2: fixed mages staff imbue not trigger item level badges
This commit is contained in:
parent
450894893f
commit
90b7d801bb
|
@ -205,6 +205,8 @@ public class MagesStaff extends MeleeWeapon {
|
||||||
Dungeon.quickslot.setSlot( slot, this );
|
Dungeon.quickslot.setSlot( slot, this );
|
||||||
updateQuickslot();
|
updateQuickslot();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Badges.validateItemLevelAquired(this);
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user