mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 22:54:59 +00:00
Fixes hairstyles with more than 4 versions causing players to go bald when swapping hairstyle
This commit is contained in:
@@ -94,6 +94,7 @@ class ClothesShopView < PokemonMart_Scene
|
||||
description = @adapter.getSpecialItemDescription(itemwindow.item)
|
||||
else
|
||||
description = @adapter.getDescription(itemwindow.item)
|
||||
@adapter.updateVersion(itemwindow.item)
|
||||
end
|
||||
@adapter.updateTrainerPreview(itemwindow.item, @sprites["trainerPreview"])
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user