Skip to content

Commit

Permalink
Change expansion test to UOTD in basearmor
Browse files Browse the repository at this point in the history
  • Loading branch information
eamousing committed Jan 12, 2025
1 parent e7bc9d1 commit 6d6ffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/UOContent/Items/Armor/BaseArmor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ public override void GetProperties(IPropertyList list)

public override void OnSingleClick(Mobile from)
{
if (!Core.AOS)
if (Core.Expansion < Expansion.UOTD)
{
OnSingleClickPreUOTD(from);
return;
Expand Down

0 comments on commit 6d6ffbd

Please sign in to comment.