File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ DROP TABLE IF EXISTS `db_version`;
2323CREATE TABLE `db_version` (
2424 `version` varchar(120) DEFAULT NULL,
2525 `creature_ai_version` varchar(120) DEFAULT NULL,
26- `required_z2825_01_mangos_reputation_spillover ` bit(1) DEFAULT NULL
26+ `required_z2826_01_mangos_spawn_group_squad ` bit(1) DEFAULT NULL
2727) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Used DB version notes';
2828
2929--
Original file line number Diff line number Diff line change 1+ ALTER TABLE db_version CHANGE COLUMN required_z2825_01_mangos_reputation_spillover required_z2826_01_mangos_spawn_group_squad bit ;
2+
13DROP TABLE IF EXISTS spawn_group_squad;
24CREATE TABLE spawn_group_squad (
35Id INT NOT NULL COMMENT ' Spawn Group ID' ,
Original file line number Diff line number Diff line change 33 #define REVISION_DB_REALMD "required_z2820_01_realmd_joindate_datetime"
44 #define REVISION_DB_LOGS "required_z2778_01_logs_anticheat"
55 #define REVISION_DB_CHARACTERS "required_z2819_01_characters_item_instance_text_id_fix"
6- #define REVISION_DB_MANGOS "required_z2825_01_mangos_reputation_spillover "
6+ #define REVISION_DB_MANGOS "required_z2826_01_mangos_spawn_group_squad "
77#endif // __REVISION_SQL_H__
You can’t perform that action at this time.
0 commit comments