mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-07-22 15:47:00 +00:00
Update 6.8
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Hairstyle < Outfit
|
||||
attr_accessor :type
|
||||
def initialize(id, name, description = '',price=0, tags = [])
|
||||
def initialize(id, name, description = '',price=0, tags = [], store_locations = [])
|
||||
super
|
||||
@type = :HAIR
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user