diff --git a/eq2.class.php b/eq2.class.php index af50168..66daa7c 100644 --- a/eq2.class.php +++ b/eq2.class.php @@ -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(); @@ -249,4 +249,4 @@ protected function load_filters($langs){ public function install($install=false){} } } -?> \ No newline at end of file +?>