Skip to content

Commit bf0c5a8

Browse files
committed
Fix - Drag & Drop for Epic Quality
1 parent 6734e34 commit bf0c5a8

File tree

1 file changed

+1
-1
lines changed
  • Zolian.Server.Base/GameScripts/Mundanes/Evermore

1 file changed

+1
-1
lines changed

Zolian.Server.Base/GameScripts/Mundanes/Evermore/Todience.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public override void OnItemDropped(WorldClient client, Item item)
122122
}
123123

124124
// Drop-path supports polishing only for these states
125-
if (item.ItemQuality is Item.Quality.Uncommon or Item.Quality.Common or Item.Quality.Damaged)
125+
if (item.ItemQuality is Item.Quality.Uncommon or Item.Quality.Common or Item.Quality.Damaged or Item.Quality.Rare)
126126
{
127127
HandleItemSelection(client, item.InventorySlot.ToString());
128128
return;

0 commit comments

Comments
 (0)