diff --git a/doc/yaml/sql/mob_db.sql b/doc/yaml/sql/mob_db.sql index 7ffe0e29cf..225f4227d8 100644 --- a/doc/yaml/sql/mob_db.sql +++ b/doc/yaml/sql/mob_db.sql @@ -60,6 +60,9 @@ CREATE TABLE `mob_db` ( `racegroup_ep172alpha` tinyint(1) unsigned DEFAULT NULL, `racegroup_ep172beta` tinyint(1) unsigned DEFAULT NULL, `racegroup_ep172bath` tinyint(1) unsigned DEFAULT NULL, + `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL, + `racegroup_rachel_sanctuary` tinyint(1) unsigned DEFAULT NULL, + `racegroup_illusion_luanda` tinyint(1) unsigned DEFAULT NULL, `element` varchar(24) DEFAULT NULL, `element_level` tinyint(4) unsigned DEFAULT NULL, `walk_speed` smallint(6) unsigned DEFAULT NULL, diff --git a/doc/yaml/sql/mob_db2.sql b/doc/yaml/sql/mob_db2.sql index 3886370651..15ef6c3aa2 100644 --- a/doc/yaml/sql/mob_db2.sql +++ b/doc/yaml/sql/mob_db2.sql @@ -60,6 +60,9 @@ CREATE TABLE `mob_db2` ( `racegroup_ep172alpha` tinyint(1) unsigned DEFAULT NULL, `racegroup_ep172beta` tinyint(1) unsigned DEFAULT NULL, `racegroup_ep172bath` tinyint(1) unsigned DEFAULT NULL, + `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL, + `racegroup_rachel_sanctuary` tinyint(1) unsigned DEFAULT NULL, + `racegroup_illusion_luanda` tinyint(1) unsigned DEFAULT NULL, `element` varchar(24) DEFAULT NULL, `element_level` tinyint(4) unsigned DEFAULT NULL, `walk_speed` smallint(6) unsigned DEFAULT NULL, diff --git a/doc/yaml/sql/mob_db2_re.sql b/doc/yaml/sql/mob_db2_re.sql index 8719836d9e..6991b2dc9c 100644 --- a/doc/yaml/sql/mob_db2_re.sql +++ b/doc/yaml/sql/mob_db2_re.sql @@ -62,6 +62,9 @@ CREATE TABLE `mob_db2_re` ( `racegroup_ep172alpha` tinyint(1) unsigned DEFAULT NULL, `racegroup_ep172beta` tinyint(1) unsigned DEFAULT NULL, `racegroup_ep172bath` tinyint(1) unsigned DEFAULT NULL, + `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL, + `racegroup_rachel_sanctuary` tinyint(1) unsigned DEFAULT NULL, + `racegroup_illusion_luanda` tinyint(1) unsigned DEFAULT NULL, `element` varchar(24) DEFAULT NULL, `element_level` tinyint(4) unsigned DEFAULT NULL, `walk_speed` smallint(6) unsigned DEFAULT NULL, diff --git a/doc/yaml/sql/mob_db_re.sql b/doc/yaml/sql/mob_db_re.sql index 6ba5928464..c57bf47d1e 100644 --- a/doc/yaml/sql/mob_db_re.sql +++ b/doc/yaml/sql/mob_db_re.sql @@ -62,6 +62,9 @@ CREATE TABLE `mob_db_re` ( `racegroup_ep172alpha` tinyint(1) unsigned DEFAULT NULL, `racegroup_ep172beta` tinyint(1) unsigned DEFAULT NULL, `racegroup_ep172bath` tinyint(1) unsigned DEFAULT NULL, + `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL, + `racegroup_rachel_sanctuary` tinyint(1) unsigned DEFAULT NULL, + `racegroup_illusion_luanda` tinyint(1) unsigned DEFAULT NULL, `element` varchar(24) DEFAULT NULL, `element_level` tinyint(4) unsigned DEFAULT NULL, `walk_speed` smallint(6) unsigned DEFAULT NULL,