📄 createmeetnpcquestinfo.sql
字号:
################################################################################## Project : Online Game DARKEDEN# Module : SQL - GameInfo## FileName : CreateMeetNPCQuestInfo.sql# Description : 涅胶飘 捞亥飘################################################################################################################################################################## 抛捞喉 积己 DROP TABLE IF EXISTS MeetNPCQuestInfo;CREATE TABLE MeetNPCQuestInfo( QuestID int(10) NOT NULL DEFAULT 0, NPC varchar(20) NOT NULL DEFAULT 0, TargetNPCID int(10) unsigned NOT NULL DEFAULT 0, SecondNPCID int(10) unsigned NOT NULL DEFAULT 0, TimeLimitSec int(10) NOT NULL DEFAULT 0, Race tinyint(3) NOT NULL DEFAULT 0, MinGrade int(10) NOT NULL DEFAULT 0, MaxGrade int(10) NOT NULL DEFAULT 0, RewardClass int(10) NOT NULL DEFAULT 0, EventQuest tinyint(3) NOT NULL DEFAULT 0, QuestLevel smallint(5) NOT NULL DEFAULT 0, PRIMARY KEY (QuestID));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -