From 93621b0972eff208333d807ae67a5fe2774f0d2f Mon Sep 17 00:00:00 2001 From: darkmaeg Date: Tue, 7 Feb 2017 12:34:15 -0500 Subject: [PATCH] Minor Bug Fix --- eq2.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eq2.class.php b/eq2.class.php index 6903a4b..c11bd0f 100644 --- a/eq2.class.php +++ b/eq2.class.php @@ -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();