mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[0040] Some update for playercreateinfo.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
a290f4ab43
commit
a1783e961d
4 changed files with 13 additions and 10 deletions
|
|
@ -24,7 +24,7 @@ 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,
|
||||||
`cache_id` int(10) default '0',
|
`cache_id` int(10) default '0',
|
||||||
`required_0038_xxxxx_01_mangos_player_classlevelstats` bit(1) default NULL
|
`required_0040_xxxxx_01_mangos_playercreateinfo` 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';
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
@ -14554,13 +14554,13 @@ INSERT INTO `playercreateinfo` VALUES
|
||||||
(11,6,609,4298,2358.17,-5663.21,426.027,3.659973,0),
|
(11,6,609,4298,2358.17,-5663.21,426.027,3.659973,0),
|
||||||
(11,7,530,3526,-3961.64,-13931.2,100.615,2.083644,0),
|
(11,7,530,3526,-3961.64,-13931.2,100.615,2.083644,0),
|
||||||
(11,8,530,3526,-3961.64,-13931.2,100.615,2.083644,0),
|
(11,8,530,3526,-3961.64,-13931.2,100.615,2.083644,0),
|
||||||
(22,1,654,4756,-1451.53,1403.35,35.5561,0,0),
|
(22,1,654,4756,-1451.53,1403.35,35.5561,0,638),
|
||||||
(22,3,654,4756,-1451.53,1403.35,35.5561,0,0),
|
(22,3,654,4756,-1451.53,1403.35,35.5561,0,638),
|
||||||
(22,4,654,4756,-1451.53,1403.35,35.5561,0,0),
|
(22,4,654,4756,-1451.53,1403.35,35.5561,0,638),
|
||||||
(22,5,654,4756,-1451.53,1403.35,35.5561,0,0),
|
(22,5,654,4756,-1451.53,1403.35,35.5561,0,638),
|
||||||
(22,8,654,4756,-1451.53,1403.35,35.5561,0,0),
|
(22,8,654,4756,-1451.53,1403.35,35.5561,0,638),
|
||||||
(22,9,654,4756,-1451.53,1403.35,35.5561,0,0),
|
(22,9,654,4756,-1451.53,1403.35,35.5561,0,638),
|
||||||
(22,11,654,4756,-1451.53,1403.35,35.5561,0,0);
|
(22,11,654,4756,-1451.53,1403.35,35.5561,0,638);
|
||||||
/*!40000 ALTER TABLE `playercreateinfo` ENABLE KEYS */;
|
/*!40000 ALTER TABLE `playercreateinfo` ENABLE KEYS */;
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
|
|
||||||
|
|
|
||||||
3
sql/updates/0040_xxxxx_01_mangos_playercreateinfo.sql
Normal file
3
sql/updates/0040_xxxxx_01_mangos_playercreateinfo.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
ALTER TABLE db_version CHANGE COLUMN required_0038_xxxxx_01_mangos_player_classlevelstats required_0040_xxxxx_01_mangos_playercreateinfo bit;
|
||||||
|
|
||||||
|
UPDATE playercreateinfo SET phaseMap=638 WHERE race=22;
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "0039"
|
#define REVISION_NR "0040"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#ifndef __REVISION_SQL_H__
|
#ifndef __REVISION_SQL_H__
|
||||||
#define __REVISION_SQL_H__
|
#define __REVISION_SQL_H__
|
||||||
#define REVISION_DB_CHARACTERS "required_0028_xxxxx_01_characters_character_phase_data"
|
#define REVISION_DB_CHARACTERS "required_0028_xxxxx_01_characters_character_phase_data"
|
||||||
#define REVISION_DB_MANGOS "required_0038_xxxxx_01_mangos_player_classlevelstats"
|
#define REVISION_DB_MANGOS "required_0040_xxxxx_01_mangos_playercreateinfo"
|
||||||
#define REVISION_DB_REALMD "required_0014_xxxxx_01_realmd_account_access"
|
#define REVISION_DB_REALMD "required_0014_xxxxx_01_realmd_account_access"
|
||||||
#endif // __REVISION_SQL_H__
|
#endif // __REVISION_SQL_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue