forked from OpenNeo/impress
use body zone (15) instead of static so that most items look good
This commit is contained in:
parent
173c1eab5d
commit
e62d52bbd4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ namespace :pet_types do
|
|||
desc 'Create a prank pet type with one state and one asset'
|
||||
task :create, [:color_id, :species_id, :body_id, :asset_remote_id, :asset_url, :female, :mood_id, :unconverted, :zones_restrict] => :environment do |t, args|
|
||||
args.with_defaults(female: false, mood_id: 1, unconverted: false,
|
||||
zone_id: 46, # static, used by UC pets
|
||||
zone_id: 15, # body zone; a pretty good compromise for most items
|
||||
zones_restrict: '0000000000000000000000000000000000000000000000000000')
|
||||
PetType.transaction do
|
||||
swf_asset = SwfAsset.new
|
||||
|
|
Loading…
Reference in a new issue