P. Search on DB & Bamboo Rain patch

Revised bosses on Dojo taking OHKO's from Bamboo Rain.
Fixed default table attribute "partySearch" on DB.
Preparing for new release.
This commit is contained in:
ronancpl
2019-12-27 02:27:10 -03:00
parent 07fe495bfd
commit b22813c8e5
8 changed files with 123 additions and 66 deletions

View File

@@ -200,7 +200,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
`dataString` varchar(64) NOT NULL DEFAULT '',
`lastLogoutTime` timestamp NOT NULL DEFAULT '2015-01-01 05:00:00',
`lastExpGainTime` timestamp NOT NULL DEFAULT '2015-01-01 05:00:00',
`partySearch` tinyint(1) NOT NULL DEFAULT '0',
`partySearch` tinyint(1) NOT NULL DEFAULT '1',
`jailexpire` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `accountid` (`accountid`),