mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
*fix typo in characters.sql thanks to D3VIL
--HG-- branch : trunk
This commit is contained in:
@@ -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`),
|
||||
|
||||
Reference in New Issue
Block a user