Add specialcashitems data changeset

This commit is contained in:
P0nk
2025-07-01 16:34:55 +02:00
parent ad63aaad44
commit 295144758d
3 changed files with 6 additions and 3 deletions

View File

@@ -13478,9 +13478,6 @@ CREATE TABLE IF NOT EXISTS `specialcashitems` (
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `specialcashitems` (`id`, `sn`, `modifier`, `info`) VALUES
(1, 10000617, 1024, 1);
CREATE TABLE IF NOT EXISTS `storages` (
`storageid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`accountid` int(11) NOT NULL DEFAULT '0',