- history, log 관련 함수들을 일괄 변경
- 접속 장소(conmsg) 장소 제거
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
CREATE TABLE `general` (
|
||||
`no` INT(11) NOT NULL AUTO_INCREMENT,
|
||||
`owner` INT(11) NOT NULL DEFAULT '0',
|
||||
`conmsg` CHAR(255) NOT NULL DEFAULT '',
|
||||
`npcmsg` CHAR(255) NULL DEFAULT '',
|
||||
`npcid` INT(5) NULL DEFAULT NULL,
|
||||
`npc` INT(1) NULL DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user