Restore load/save shown actionbars, missing from 3.3.3 upgrade

Original SQL by hunuza/MaNGOS project

--HG--
branch : trunk
This commit is contained in:
click
2010-04-12 14:04:08 +02:00
parent b5183c9d9d
commit 52ba3d3a96
4 changed files with 13 additions and 6 deletions

View File

@@ -391,6 +391,7 @@ CREATE TABLE `characters` (
`equipmentCache` longtext,
`ammoId` int(10) UNSIGNED NOT NULL default '0',
`knownTitles` longtext,
`actionBars` tinyint(3) UNSIGNED NOT NULL default '0',
PRIMARY KEY (`guid`),
KEY `idx_account` (`account`),
KEY `idx_online` (`online`),