mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[6819] [2008_11_12_01_character_character_aura.sql] Fixed storing stacked auras
This commit is contained in:
parent
5a580d954b
commit
5905aec683
7 changed files with 127 additions and 67 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
DROP TABLE IF EXISTS `character_db_version`;
|
||||
CREATE TABLE `character_db_version` (
|
||||
`required_2008_11_07_03_characters_guild_bank_tab` bit(1) default NULL
|
||||
`required_2008_11_12_01_character_character_aura` 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