Skip to content

Commit

Permalink
Merge pull request #11 from Anykan/master
Browse files Browse the repository at this point in the history
Update swtor.class.php
  • Loading branch information
GodMod committed Apr 6, 2015
2 parents 18c9d78 + 682b35c commit 39a2bd3
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion swtor.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if(!class_exists('swtor')) {
class swtor extends game_generic {
protected static $apiLevel = 20;
public $version = '2.0.4';
public $version = '2.0.5';
protected $this_game = 'swtor';
public $author = "Anykan (Reapers T3-M4)";
protected $types = array('classes', 'races', 'factions', 'roles', 'skills','filters', 'realmlist', 'professions');
Expand Down Expand Up @@ -445,6 +445,46 @@ public function profilefields() {
'undeletable' => true,
'sort' => 25
),
'ruf16_value' => array(
'type' => 'int',
'category' => 'reputation',
'lang' => 'ruf16',
'size' => 4,
'undeletable' => true,
'sort' => 26
),
'ruf17_value' => array(
'type' => 'int',
'category' => 'reputation',
'lang' => 'ruf17',
'size' => 4,
'undeletable' => true,
'sort' => 27
),
'ruf18_value' => array(
'type' => 'int',
'category' => 'reputation',
'lang' => 'ruf18',
'size' => 4,
'undeletable' => true,
'sort' => 28
),
'ruf19_value' => array(
'type' => 'int',
'category' => 'reputation',
'lang' => 'ruf19',
'size' => 4,
'undeletable' => true,
'sort' => 29
),
'ruf20_value' => array(
'type' => 'int',
'category' => 'reputation',
'lang' => 'ruf20',
'size' => 4,
'undeletable' => true,
'sort' => 30
),

);
return $fields;
Expand Down

0 comments on commit 39a2bd3

Please sign in to comment.