Skip to content

Commit 6734e34

Browse files
committed
Detail costs update
1 parent df9df2c commit 6734e34

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Zolian.Server.Base/Common/NpcShopExtensions.cs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -658,13 +658,11 @@ public static uint GetDetailCosts(WorldClient client, string args)
658658
return ItemDetail.OriginalQuality switch
659659
{
660660
Item.Quality.Damaged => 1000,
661-
Item.Quality.Common => 20000,
662-
Item.Quality.Uncommon => 50000,
663-
Item.Quality.Rare => 500000,
664-
Item.Quality.Epic => 1000000,
665-
Item.Quality.Legendary => 25000000,
666-
Item.Quality.Forsaken => 100000000,
667-
Item.Quality.Mythic => 1000000000,
661+
Item.Quality.Common => 20_000,
662+
Item.Quality.Uncommon => 50_000,
663+
Item.Quality.Rare => 15_000_000,
664+
Item.Quality.Epic => 50_000_000,
665+
Item.Quality.Legendary => 700_000_000,
668666
_ => 0
669667
};
670668
}

0 commit comments

Comments
 (0)