forked from OpenNeo/impress
Remove logic to auto-detect Unconverted pets (fixes Baby Pteri bug)
Two motivations here: 1. Unconverted pets should no longer exist on Neopets.com (and we especially don't expect new ones), so this logic helps no one. 2. The Baby Pteri keeps getting overridden to be marked as Unconverted because it has only one asset, which is incorrect. A decent heuristic for a bygone era, goodbye!
This commit is contained in:
parent
b50bf6ceb8
commit
cb90b79efe
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ class PetState < ApplicationRecord
|
|||
end
|
||||
end
|
||||
pet_state.parent_swf_asset_relationships_to_update = relationships
|
||||
pet_state.unconverted = (relationships.size == 1)
|
||||
pet_state
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue