forked from OpenNeo/impress
ugh, one more bug fix?
This commit is contained in:
parent
80e74da84f
commit
5cae876c46
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class SwfAsset < ActiveRecord::Base
|
|||
|
||||
def body_specific?
|
||||
Rails.logger.debug("my zone id is: #{zone_id}")
|
||||
self.zone.type_id < 3 || (@item && @item.body_specific?)
|
||||
self.zone.type_id < 3 || (item && item.body_specific?)
|
||||
end
|
||||
|
||||
def origin_pet_type=(pet_type)
|
||||
|
|
Loading…
Reference in a new issue