mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[8589] Merge branch '320' - Switch to support client version 3.2.2A
You need extract new dbc/map/vmaps for correct work. And apply ofc sql updates that including character convertion. Special thanks to TOM_RUS for prepering this switch :) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
commit
f37f27d3c2
99 changed files with 2645 additions and 1697 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
DROP TABLE IF EXISTS `character_db_version`;
|
||||
CREATE TABLE `character_db_version` (
|
||||
`required_8505_01_characters_character_spell` bit(1) default NULL
|
||||
`required_8589_11_characters_characters` 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