diff options
| author | click <none@none> | 2010-04-13 18:35:00 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-04-13 18:35:00 +0200 |
| commit | b5e9b5fa13fbc4f0f2d22ab3d1e12c5297efe3e3 (patch) | |
| tree | b1a8756695399a2a40ccfe44466c931850bac9fa /sql/characters.sql | |
| parent | a02e0bb4bf227642877b705b86651a795da01f18 (diff) | |
* Fix actionbars-issue with talent-based spells/actions disappearing
* Revert previous mess someone(tm) made with the "reinstating" actionBars -field (me!)
--HG--
branch : trunk
Diffstat (limited to 'sql/characters.sql')
| -rw-r--r-- | sql/characters.sql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/characters.sql b/sql/characters.sql index a88c2b225c2..1cee28f6ad5 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -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`), |
