mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
DB: fixed another typo in character database base sql file
This commit is contained in:
@@ -1513,6 +1513,7 @@ CREATE TABLE `character_void_storage` (
|
||||
`itemEntry` mediumint(8) unsigned NOT NULL,
|
||||
`slot` tinyint(3) unsigned NOT NULL,
|
||||
`creatorGuid` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`randomPropertyType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`randomProperty` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`suffixFactor` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`itemId`),
|
||||
|
||||
Reference in New Issue
Block a user