Skip to content

Commit

Permalink
Update eq2.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Mar 27, 2015
1 parent ff736eb commit f324b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eq2.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if(!class_exists('eq2')) {
class eq2 extends game_generic {
protected static $apiLevel = 20;
public $version = '2.3.2';
public $version = '2.3.3';
protected $this_game = 'eq2';
protected $types = array('classes', 'races', 'factions', 'roles', 'filters', 'realmlist');
protected $classes = array();
Expand Down Expand Up @@ -249,4 +249,4 @@ protected function load_filters($langs){
public function install($install=false){}
}
}
?>
?>

0 comments on commit f324b08

Please sign in to comment.