Update config.php

This commit is contained in:
tarantonio 2014-05-02 14:02:08 +02:00
parent dd6b493bef
commit 68a751a7f7

View File

@ -121,7 +121,7 @@
$config['maleOutfitId'] = 128; $config['maleOutfitId'] = 128;
$config['femaleOutfitId'] = 136; $config['femaleOutfitId'] = 136;
$config['lookHead'] = 78; $config['lookHead'] = 78;
$config['lookBody'] = 106; $config['lookBody'] = 68;
$config['lookLegs'] = 58; $config['lookLegs'] = 58;
$config['lookFeet'] = 76; $config['lookFeet'] = 76;
@ -495,4 +495,4 @@
'points' => 20, 'points' => 20,
), ),
); );
?> ?>