*fix typo in characters.sql thanks to D3VIL

--HG--
branch : trunk
This commit is contained in:
Rat
2010-04-14 21:46:44 +02:00
parent 34a70d3e46
commit c81451ebe5

View File

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