DB: fixed another typo in character database base sql file

This commit is contained in:
Ovahlord
2021-02-27 11:00:33 +01:00
parent aae9aadb2c
commit 94fcd70702

View File

@@ -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`),