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:
@@ -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`),
|
||||
|
||||
Reference in New Issue
Block a user