* Fix actionbars-issue with talent-based spells/actions disappearing

* Revert previous mess someone(tm) made with the "reinstating" actionBars -field (me!)

--HG--
branch : trunk
This commit is contained in:
click
2010-04-13 18:35:00 +02:00
parent a02e0bb4bf
commit b5e9b5fa13
4 changed files with 10 additions and 16 deletions

View File

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