diff --git a/L2J_Mobius_1.0_Ertheia/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_1.0_Ertheia/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_1.0_Ertheia/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_2.5_Underground/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_2.5_Underground/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_2.5_Underground/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_2.5_Underground/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_3.0_Helios/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_3.0_Helios/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_3.0_Helios/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_4.0_GrandCrusade/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_4.0_GrandCrusade/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_5.0_Salvation/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_5.0_Salvation/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_5.0_Salvation/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_5.5_EtinasFate/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_5.5_EtinasFate/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_6.0_Fafurion/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_6.0_Fafurion/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_7.0_PreludeOfWar/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_C6_Interlude/dist/db_installer/sql/game/character_quests.sql index 8f69c52892..d6ceaf2c7a 100644 --- a/L2J_Mobius_C6_Interlude/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_C6_Interlude/dist/db_installer/sql/game/character_quests.sql @@ -6,5 +6,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(40) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`char_id`,`name`,`var`,`class_index`) + PRIMARY KEY (`char_id`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_CT_2.4_Epilogue/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_CT_2.4_Epilogue/dist/db_installer/sql/game/character_quests.sql index 2894a28192..c683185655 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_CT_2.4_Epilogue/dist/db_installer/sql/game/character_quests.sql @@ -3,5 +3,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_CT_2.6_HighFive/dist/db_installer/sql/game/character_quests.sql index 2894a28192..c683185655 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_CT_2.6_HighFive/dist/db_installer/sql/game/character_quests.sql @@ -3,5 +3,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_Classic_2.0_Saviors/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_Classic_2.1_Zaken/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_Classic_2.2_Antharas/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_Classic_2.3_SevenSigns/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_Classic_3.0_TheKamael/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/db_installer/sql/game/character_quests.sql b/L2J_Mobius_Classic_Interlude/dist/db_installer/sql/game/character_quests.sql index 8665dd42ca..6199526ae6 100644 --- a/L2J_Mobius_Classic_Interlude/dist/db_installer/sql/game/character_quests.sql +++ b/L2J_Mobius_Classic_Interlude/dist/db_installer/sql/game/character_quests.sql @@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` ( `name` VARCHAR(60) NOT NULL DEFAULT '', `var` VARCHAR(20) NOT NULL DEFAULT '', `value` VARCHAR(255) , - PRIMARY KEY (`charId`,`name`,`var`,`class_index`) + PRIMARY KEY (`charId`,`name`,`var`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; \ No newline at end of file