File tree 4 files changed +4
-6
lines changed 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ DROP TABLE IF EXISTS `db_version`;
23
23
CREATE TABLE `db_version` (
24
24
`version` varchar(120) DEFAULT NULL,
25
25
`creature_ai_version` varchar(120) DEFAULT NULL,
26
- `required_s2342_01_mangos_game_event_creature_data ` bit(1) DEFAULT NULL
26
+ `required_s2343_01_mangos_quest_template ` bit(1) DEFAULT NULL
27
27
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Used DB version notes';
28
28
29
29
--
Original file line number Diff line number Diff line change 1
- ALTER TABLE db_version CHANGE COLUMN required_s2342_01_mangos_quest_template required_s2342_01_mangos_game_event_creature_data bit ;
1
+ ALTER TABLE db_version CHANGE COLUMN required_s2341_01_mangos_game_event required_s2342_01_mangos_game_event_creature_data bit ;
2
2
3
3
ALTER TABLE ` game_event_creature_data`
4
4
ADD COLUMN ` vendor_id` mediumint(8 ) UNSIGNED NOT NULL DEFAULT ' 0' AFTER ` equipment_id` ;
Original file line number Diff line number Diff line change 1
- ALTER TABLE db_version CHANGE COLUMN required_s2341_01_mangos_game_event required_s2342_01_mangos_quest_template bit ;
1
+ ALTER TABLE db_version CHANGE COLUMN required_s2342_01_mangos_game_event_creature_data required_s2343_01_mangos_quest_template bit ;
2
2
3
3
ALTER TABLE quest_template
4
4
ADD COLUMN RewMaxRepValue1 MEDIUMINT(8 ) NOT NULL DEFAULT 0 AFTER RewRepValue5,
5
5
ADD COLUMN RewMaxRepValue2 MEDIUMINT(8 ) NOT NULL DEFAULT 0 AFTER RewMaxRepValue1,
6
6
ADD COLUMN RewMaxRepValue3 MEDIUMINT(8 ) NOT NULL DEFAULT 0 AFTER RewMaxRepValue2,
7
7
ADD COLUMN RewMaxRepValue4 MEDIUMINT(8 ) NOT NULL DEFAULT 0 AFTER RewMaxRepValue3,
8
8
ADD COLUMN RewMaxRepValue5 MEDIUMINT(8 ) NOT NULL DEFAULT 0 AFTER RewMaxRepValue4;
9
-
10
-
Original file line number Diff line number Diff line change 2
2
#define __REVISION_SQL_H__
3
3
#define REVISION_DB_REALMD "required_s2325_01_realmd"
4
4
#define REVISION_DB_CHARACTERS "required_s2337_01_characters_weekly_quests"
5
- #define REVISION_DB_MANGOS "required_s2342_01_mangos_game_event_creature_data "
5
+ #define REVISION_DB_MANGOS "required_s2343_01_mangos_quest_template "
6
6
#endif // __REVISION_SQL_H__
You can’t perform that action at this time.
0 commit comments