mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8115] Replace table contecnt by expected data from mangos.sql
For finally fix problem with new crated characters in addition to [8107].
This commit is contained in:
parent
cece592b5f
commit
bc0397695c
4 changed files with 362 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ DROP TABLE IF EXISTS `db_version`;
|
||||||
CREATE TABLE `db_version` (
|
CREATE TABLE `db_version` (
|
||||||
`version` varchar(120) default NULL,
|
`version` varchar(120) default NULL,
|
||||||
`creature_ai_version` varchar(120) default NULL,
|
`creature_ai_version` varchar(120) default NULL,
|
||||||
`required_8112_01_mangos_spell_proc_event` bit(1) default NULL
|
`required_8115_01_mangos_playercreateinfo_action` bit(1) default NULL
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
|
||||||
358
sql/updates/8115_01_mangos_playercreateinfo_action.sql
Normal file
358
sql/updates/8115_01_mangos_playercreateinfo_action.sql
Normal file
|
|
@ -0,0 +1,358 @@
|
||||||
|
ALTER TABLE db_version CHANGE COLUMN required_8112_01_mangos_spell_proc_event required_8115_01_mangos_playercreateinfo_action bit;
|
||||||
|
|
||||||
|
TRUNCATE TABLE `playercreateinfo_action`;
|
||||||
|
INSERT INTO `playercreateinfo_action` VALUES
|
||||||
|
(1,1,1,78,0),
|
||||||
|
(1,1,0,6603,0),
|
||||||
|
(1,1,11,117,128),
|
||||||
|
(1,2,2,635,0),
|
||||||
|
(1,2,0,6603,0),
|
||||||
|
(1,2,1,21084,0),
|
||||||
|
(1,2,10,159,128),
|
||||||
|
(1,2,11,2070,128),
|
||||||
|
(1,4,1,1752,0),
|
||||||
|
(1,4,2,2098,0),
|
||||||
|
(1,4,3,2764,0),
|
||||||
|
(1,4,0,6603,0),
|
||||||
|
(1,4,11,2070,128),
|
||||||
|
(1,5,1,585,0),
|
||||||
|
(1,5,2,2050,0),
|
||||||
|
(1,5,0,6603,0),
|
||||||
|
(1,5,10,159,128),
|
||||||
|
(1,5,11,2070,128),
|
||||||
|
(1,6,0,6603,0),
|
||||||
|
(1,6,1,49576,0),
|
||||||
|
(1,6,2,45477,0),
|
||||||
|
(1,6,3,45462,0),
|
||||||
|
(1,6,4,45902,0),
|
||||||
|
(1,6,5,47541,0),
|
||||||
|
(1,6,11,59752,0),
|
||||||
|
(1,8,1,133,0),
|
||||||
|
(1,8,2,168,0),
|
||||||
|
(1,8,0,6603,0),
|
||||||
|
(1,8,10,159,128),
|
||||||
|
(1,8,11,2070,128),
|
||||||
|
(1,9,1,686,0),
|
||||||
|
(1,9,2,687,0),
|
||||||
|
(1,9,0,6603,0),
|
||||||
|
(1,9,10,159,128),
|
||||||
|
(1,9,11,4604,128),
|
||||||
|
(2,1,1,78,0),
|
||||||
|
(2,1,0,6603,0),
|
||||||
|
(2,1,11,117,128),
|
||||||
|
(2,3,2,75,0),
|
||||||
|
(2,3,1,2973,0),
|
||||||
|
(2,3,0,6603,0),
|
||||||
|
(2,3,11,117,128),
|
||||||
|
(2,3,10,159,128),
|
||||||
|
(2,4,10,0,128),
|
||||||
|
(2,4,1,1752,0),
|
||||||
|
(2,4,2,2098,0),
|
||||||
|
(2,4,0,6603,0),
|
||||||
|
(2,4,11,117,128),
|
||||||
|
(2,6,0,6603,0),
|
||||||
|
(2,6,1,49576,0),
|
||||||
|
(2,6,2,45477,0),
|
||||||
|
(2,6,3,45462,0),
|
||||||
|
(2,6,4,45902,0),
|
||||||
|
(2,6,5,47541,0),
|
||||||
|
(2,6,10,20572,0),
|
||||||
|
(2,7,2,331,0),
|
||||||
|
(2,7,1,403,0),
|
||||||
|
(2,7,0,6603,0),
|
||||||
|
(2,7,11,117,128),
|
||||||
|
(2,7,10,159,128),
|
||||||
|
(2,9,1,686,0),
|
||||||
|
(2,9,2,687,0),
|
||||||
|
(2,9,0,6603,0),
|
||||||
|
(2,9,11,117,128),
|
||||||
|
(2,9,10,159,128),
|
||||||
|
(3,1,1,78,0),
|
||||||
|
(3,1,0,6603,0),
|
||||||
|
(3,1,11,117,128),
|
||||||
|
(3,2,2,635,0),
|
||||||
|
(3,2,0,6603,0),
|
||||||
|
(3,2,1,21084,0),
|
||||||
|
(3,2,10,159,128),
|
||||||
|
(3,2,11,4540,128),
|
||||||
|
(3,3,2,75,0),
|
||||||
|
(3,3,1,2973,0),
|
||||||
|
(3,3,0,6603,0),
|
||||||
|
(3,3,11,117,128),
|
||||||
|
(3,3,10,159,128),
|
||||||
|
(3,4,1,1752,0),
|
||||||
|
(3,4,2,2098,0),
|
||||||
|
(3,4,3,2764,0),
|
||||||
|
(3,4,0,6603,0),
|
||||||
|
(3,4,11,4540,128),
|
||||||
|
(3,5,1,585,0),
|
||||||
|
(3,5,2,2050,0),
|
||||||
|
(3,5,0,6603,0),
|
||||||
|
(3,5,10,159,128),
|
||||||
|
(3,5,11,4540,128),
|
||||||
|
(3,6,0,6603,0),
|
||||||
|
(3,6,1,49576,0),
|
||||||
|
(3,6,2,45477,0),
|
||||||
|
(3,6,3,45462,0),
|
||||||
|
(3,6,4,45902,0),
|
||||||
|
(3,6,5,47541,0),
|
||||||
|
(3,6,10,2481,0),
|
||||||
|
(4,1,1,78,0),
|
||||||
|
(4,1,0,6603,0),
|
||||||
|
(4,1,11,117,128),
|
||||||
|
(4,3,2,75,0),
|
||||||
|
(4,3,1,2973,0),
|
||||||
|
(4,3,0,6603,0),
|
||||||
|
(4,3,11,117,128),
|
||||||
|
(4,3,10,159,128),
|
||||||
|
(4,4,1,1752,0),
|
||||||
|
(4,4,2,2098,0),
|
||||||
|
(4,4,3,2764,0),
|
||||||
|
(4,4,0,6603,0),
|
||||||
|
(4,4,11,4540,128),
|
||||||
|
(4,5,1,585,0),
|
||||||
|
(4,5,2,2050,0),
|
||||||
|
(4,5,0,6603,0),
|
||||||
|
(4,5,10,159,128),
|
||||||
|
(4,5,11,2070,128),
|
||||||
|
(4,6,0,6603,0),
|
||||||
|
(4,6,1,49576,0),
|
||||||
|
(4,6,2,45477,0),
|
||||||
|
(4,6,3,45462,0),
|
||||||
|
(4,6,4,45902,0),
|
||||||
|
(4,6,5,47541,0),
|
||||||
|
(4,6,10,58984,0),
|
||||||
|
(4,6,83,58984,0),
|
||||||
|
(4,11,1,5176,0),
|
||||||
|
(4,11,2,5185,0),
|
||||||
|
(4,11,0,6603,0),
|
||||||
|
(4,11,10,159,128),
|
||||||
|
(4,11,11,4536,128),
|
||||||
|
(5,1,11,4604,128),
|
||||||
|
(5,1,0,6603,0),
|
||||||
|
(5,1,1,78,0),
|
||||||
|
(5,4,11,4604,128),
|
||||||
|
(5,4,3,2764,0),
|
||||||
|
(5,4,2,2098,0),
|
||||||
|
(5,4,1,1752,0),
|
||||||
|
(5,4,0,6603,0),
|
||||||
|
(5,5,10,159,128),
|
||||||
|
(5,5,2,2050,0),
|
||||||
|
(5,5,1,585,0),
|
||||||
|
(5,5,11,4604,128),
|
||||||
|
(5,5,0,6603,0),
|
||||||
|
(5,6,0,6603,0),
|
||||||
|
(5,6,1,49576,0),
|
||||||
|
(5,6,2,45477,0),
|
||||||
|
(5,6,3,45462,0),
|
||||||
|
(5,6,4,45902,0),
|
||||||
|
(5,6,5,47541,0),
|
||||||
|
(5,6,10,20577,0),
|
||||||
|
(5,8,11,4604,128),
|
||||||
|
(5,8,10,159,128),
|
||||||
|
(5,8,2,168,0),
|
||||||
|
(5,8,1,133,0),
|
||||||
|
(5,8,0,6603,0),
|
||||||
|
(5,9,1,686,0),
|
||||||
|
(5,9,10,159,128),
|
||||||
|
(5,9,2,687,0),
|
||||||
|
(5,9,11,4604,128),
|
||||||
|
(5,9,0,6603,0),
|
||||||
|
(6,1,1,78,0),
|
||||||
|
(6,1,2,20549,0),
|
||||||
|
(6,1,11,4540,128),
|
||||||
|
(6,1,0,6603,0),
|
||||||
|
(6,3,1,2973,0),
|
||||||
|
(6,3,10,159,128),
|
||||||
|
(6,3,2,75,0),
|
||||||
|
(6,3,3,20549,0),
|
||||||
|
(6,3,11,117,128),
|
||||||
|
(6,3,0,6603,0),
|
||||||
|
(6,6,0,6603,0),
|
||||||
|
(6,6,1,49576,0),
|
||||||
|
(6,6,2,45477,0),
|
||||||
|
(6,6,3,45462,0),
|
||||||
|
(6,6,4,45902,0),
|
||||||
|
(6,6,5,47541,0),
|
||||||
|
(6,6,10,20549,0),
|
||||||
|
(6,6,75,20549,0),
|
||||||
|
(6,7,1,403,0),
|
||||||
|
(6,7,10,159,128),
|
||||||
|
(6,7,2,331,0),
|
||||||
|
(6,7,3,20549,0),
|
||||||
|
(6,7,11,4604,128),
|
||||||
|
(6,7,0,6603,0),
|
||||||
|
(6,11,1,5176,0),
|
||||||
|
(6,11,10,159,128),
|
||||||
|
(6,11,2,5185,0),
|
||||||
|
(6,11,3,20549,0),
|
||||||
|
(6,11,11,4536,128),
|
||||||
|
(6,11,0,6603,0),
|
||||||
|
(7,1,11,117,128),
|
||||||
|
(7,1,1,78,0),
|
||||||
|
(7,1,0,6603,0),
|
||||||
|
(7,4,11,117,128),
|
||||||
|
(7,4,3,2764,0),
|
||||||
|
(7,4,1,1752,0),
|
||||||
|
(7,4,2,2098,0),
|
||||||
|
(7,4,0,6603,0),
|
||||||
|
(7,6,0,6603,0),
|
||||||
|
(7,6,1,49576,0),
|
||||||
|
(7,6,2,45477,0),
|
||||||
|
(7,6,3,45462,0),
|
||||||
|
(7,6,4,45902,0),
|
||||||
|
(7,6,5,47541,0),
|
||||||
|
(7,6,10,20589,0),
|
||||||
|
(7,6,72,6603,0),
|
||||||
|
(7,6,83,117,128),
|
||||||
|
(7,6,84,6603,0),
|
||||||
|
(7,6,96,6603,0),
|
||||||
|
(7,6,108,6603,0),
|
||||||
|
(7,8,11,4536,128),
|
||||||
|
(7,8,1,133,0),
|
||||||
|
(7,8,2,168,0),
|
||||||
|
(7,8,10,159,128),
|
||||||
|
(7,8,0,6603,0),
|
||||||
|
(7,9,11,4604,128),
|
||||||
|
(7,9,1,686,0),
|
||||||
|
(7,9,2,687,0),
|
||||||
|
(7,9,10,159,128),
|
||||||
|
(7,9,0,6603,0),
|
||||||
|
(8,1,11,117,128),
|
||||||
|
(8,1,1,78,0),
|
||||||
|
(8,1,3,2764,0),
|
||||||
|
(8,1,0,6603,0),
|
||||||
|
(8,3,10,159,128),
|
||||||
|
(8,3,11,4604,128),
|
||||||
|
(8,3,1,2973,0),
|
||||||
|
(8,3,2,75,0),
|
||||||
|
(8,3,0,6603,0),
|
||||||
|
(8,4,1,1752,0),
|
||||||
|
(8,4,3,2764,0),
|
||||||
|
(8,4,2,2098,0),
|
||||||
|
(8,4,11,117,128),
|
||||||
|
(8,4,0,6603,0),
|
||||||
|
(8,5,1,585,0),
|
||||||
|
(8,5,10,159,128),
|
||||||
|
(8,5,2,2050,0),
|
||||||
|
(8,5,11,4540,128),
|
||||||
|
(8,5,0,6603,0),
|
||||||
|
(8,6,0,6603,0),
|
||||||
|
(8,6,1,49576,0),
|
||||||
|
(8,6,2,45477,0),
|
||||||
|
(8,6,3,45462,0),
|
||||||
|
(8,6,4,45902,0),
|
||||||
|
(8,6,5,47541,0),
|
||||||
|
(8,6,10,50621,0),
|
||||||
|
(8,7,1,403,0),
|
||||||
|
(8,7,10,159,128),
|
||||||
|
(8,7,2,331,0),
|
||||||
|
(8,7,11,117,128),
|
||||||
|
(8,7,0,6603,0),
|
||||||
|
(8,8,1,133,0),
|
||||||
|
(8,8,10,159,128),
|
||||||
|
(8,8,2,168,0),
|
||||||
|
(8,8,11,117,128),
|
||||||
|
(8,8,0,6603,0),
|
||||||
|
(10,2,0,6603,0),
|
||||||
|
(10,2,1,21084,0),
|
||||||
|
(10,2,2,635,0),
|
||||||
|
(10,2,3,28734,0),
|
||||||
|
(10,2,4,28730,0),
|
||||||
|
(10,2,10,159,128),
|
||||||
|
(10,2,11,20857,128),
|
||||||
|
(10,3,0,6603,0),
|
||||||
|
(10,3,1,2973,0),
|
||||||
|
(10,3,2,75,0),
|
||||||
|
(10,3,3,28734,0),
|
||||||
|
(10,3,4,28730,0),
|
||||||
|
(10,3,10,159,128),
|
||||||
|
(10,3,11,20857,128),
|
||||||
|
(10,4,0,6603,0),
|
||||||
|
(10,4,1,1752,0),
|
||||||
|
(10,4,2,2098,0),
|
||||||
|
(10,4,3,2764,0),
|
||||||
|
(10,4,4,28734,0),
|
||||||
|
(10,4,5,25046,0),
|
||||||
|
(10,4,11,20857,128),
|
||||||
|
(10,5,0,6603,0),
|
||||||
|
(10,5,1,585,0),
|
||||||
|
(10,5,2,2050,0),
|
||||||
|
(10,5,3,28734,0),
|
||||||
|
(10,5,4,28730,0),
|
||||||
|
(10,5,10,159,128),
|
||||||
|
(10,5,11,20857,128),
|
||||||
|
(10,6,0,6603,0),
|
||||||
|
(10,6,1,49576,0),
|
||||||
|
(10,6,2,45477,0),
|
||||||
|
(10,6,3,45462,0),
|
||||||
|
(10,6,4,45902,0),
|
||||||
|
(10,6,5,47541,0),
|
||||||
|
(10,6,6,50613,0),
|
||||||
|
(10,8,0,6603,0),
|
||||||
|
(10,8,1,133,0),
|
||||||
|
(10,8,2,168,0),
|
||||||
|
(10,8,3,28734,0),
|
||||||
|
(10,8,4,28730,0),
|
||||||
|
(10,8,10,159,128),
|
||||||
|
(10,8,11,20857,128),
|
||||||
|
(10,9,11,20857,128),
|
||||||
|
(10,9,10,159,128),
|
||||||
|
(10,9,4,28730,0),
|
||||||
|
(10,9,3,28734,0),
|
||||||
|
(10,9,2,687,0),
|
||||||
|
(10,9,1,686,0),
|
||||||
|
(10,9,0,6603,0),
|
||||||
|
(11,1,0,6603,0),
|
||||||
|
(11,1,72,6603,0),
|
||||||
|
(11,1,73,78,0),
|
||||||
|
(11,1,74,28880,0),
|
||||||
|
(11,1,83,4540,128),
|
||||||
|
(11,1,84,6603,0),
|
||||||
|
(11,1,96,6603,0),
|
||||||
|
(11,1,108,6603,0),
|
||||||
|
(11,2,0,6603,0),
|
||||||
|
(11,2,1,21084,0),
|
||||||
|
(11,2,2,635,0),
|
||||||
|
(11,2,3,59542,0),
|
||||||
|
(11,2,10,159,128),
|
||||||
|
(11,2,11,4540,128),
|
||||||
|
(11,2,83,4540,128),
|
||||||
|
(11,3,0,6603,0),
|
||||||
|
(11,3,1,2973,0),
|
||||||
|
(11,3,2,75,0),
|
||||||
|
(11,3,3,59543,0),
|
||||||
|
(11,3,10,159,128),
|
||||||
|
(11,3,11,4540,128),
|
||||||
|
(11,3,72,6603,0),
|
||||||
|
(11,3,73,2973,0),
|
||||||
|
(11,3,74,75,0),
|
||||||
|
(11,3,82,159,128),
|
||||||
|
(11,3,83,4540,128),
|
||||||
|
(11,5,0,6603,0),
|
||||||
|
(11,5,1,585,0),
|
||||||
|
(11,5,2,2050,0),
|
||||||
|
(11,5,3,59544,0),
|
||||||
|
(11,5,10,159,128),
|
||||||
|
(11,5,11,4540,128),
|
||||||
|
(11,5,83,4540,128),
|
||||||
|
(11,6,0,6603,0),
|
||||||
|
(11,6,1,49576,0),
|
||||||
|
(11,6,2,45477,0),
|
||||||
|
(11,6,3,45462,0),
|
||||||
|
(11,6,4,45902,0),
|
||||||
|
(11,6,5,47541,0),
|
||||||
|
(11,6,6,59545,0),
|
||||||
|
(11,7,0,6603,0),
|
||||||
|
(11,7,1,403,0),
|
||||||
|
(11,7,2,331,0),
|
||||||
|
(11,7,3,59547,0),
|
||||||
|
(11,7,10,159,128),
|
||||||
|
(11,7,11,4540,128),
|
||||||
|
(11,8,0,6603,0),
|
||||||
|
(11,8,1,133,0),
|
||||||
|
(11,8,2,168,0),
|
||||||
|
(11,8,3,59548,0),
|
||||||
|
(11,8,10,159,128),
|
||||||
|
(11,8,11,4540,128),
|
||||||
|
(11,8,83,4540,128);
|
||||||
|
|
@ -241,6 +241,7 @@ pkgdata_DATA = \
|
||||||
8098_04_characters_pet_spell.sql \
|
8098_04_characters_pet_spell.sql \
|
||||||
8104_01_characters.sql \
|
8104_01_characters.sql \
|
||||||
8112_01_mangos_spell_proc_event.sql \
|
8112_01_mangos_spell_proc_event.sql \
|
||||||
|
8115_01_mangos_playercreateinfo_action.sql \
|
||||||
README
|
README
|
||||||
|
|
||||||
## Additional files to include when running 'make dist'
|
## Additional files to include when running 'make dist'
|
||||||
|
|
@ -462,4 +463,5 @@ EXTRA_DIST = \
|
||||||
8098_04_characters_pet_spell.sql \
|
8098_04_characters_pet_spell.sql \
|
||||||
8104_01_characters.sql \
|
8104_01_characters.sql \
|
||||||
8112_01_mangos_spell_proc_event.sql \
|
8112_01_mangos_spell_proc_event.sql \
|
||||||
|
8115_01_mangos_playercreateinfo_action.sql \
|
||||||
README
|
README
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8114"
|
#define REVISION_NR "8115"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue