mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[0029] Fix some typos from last commits.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
c0fbc6e1d4
commit
61f44a08b1
7 changed files with 72 additions and 72 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
DROP TABLE IF EXISTS `character_db_version`;
|
||||
CREATE TABLE `character_db_version` (
|
||||
`required_0028_01_characters_character_phase_data` bit(1) default NULL
|
||||
`required_0028_xxxxx_01_characters_character_phase_data` bit(1) default NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Last applied sql update to DB';
|
||||
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue