Skip to content

Commit

Permalink
Minor Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darkmaeg committed Feb 7, 2017
1 parent 2e8a949 commit 93621b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eq2.class.php
Expand Up @@ -22,7 +22,7 @@
if(!class_exists('eq2')) {
class eq2 extends game_generic {
protected static $apiLevel = 20;
public $version = '2.6';
public $version = '2.6.1';
protected $this_game = 'eq2';
protected $types = array('classes', 'races', 'factions', 'roles', 'filters', 'realmlist');
protected $classes = array();
Expand Down

0 comments on commit 93621b0

Please sign in to comment.