⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 createminigamequestinfo.sql

📁 天之炼狱OpenDE_SQL.tar.gz
💻 SQL
字号:
##################################################################################  Project : Online Game DARKEDEN#  Module  : SQL - GameInfo##  FileName    : CreateMiniGameQuestInfo.sql#  Description : 涅胶飘 捞亥飘################################################################################################################################################################## 抛捞喉 积己 DROP TABLE IF EXISTS MiniGameQuestInfo;CREATE TABLE MiniGameQuestInfo(	QuestID			int(10)			NOT NULL	DEFAULT 0,	NPC				varchar(20)		NOT NULL	DEFAULT 0,	GameType		smallint(5)		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));################################################################################# 单捞鸥 持扁INSERT INTO MiniGameQuestInfo VALUES (43, '凯泽', 0, 0, 0, 30, 885, 10, 1, 0);INSERT INTO MiniGameQuestInfo VALUES (44, '凯泽', 3, 0, 0, 30, 885, 10, 1, 0);INSERT INTO MiniGameQuestInfo VALUES (58, '莱贝卡', 0, 0, 1, 1, 150, 10, 1, 0);INSERT INTO MiniGameQuestInfo VALUES (59, '莱贝卡', 3, 0, 1, 1, 150, 10, 1, 0);INSERT INTO MiniGameQuestInfo VALUES (73, '拉维亚', 0, 0, 2, 1, 150, 10, 1, 0);INSERT INTO MiniGameQuestInfo VALUES (74, '拉维亚', 3, 0, 2, 1, 150, 10, 1, 0);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -