📄 createracewarpclimit.sql
字号:
################################################################################## Project : Online Game DARKEDEN# Module :## FileName : CreateRaceWarPCLimit.sql# Description : 捞芭绰 阿 岿靛喊肺 促福霸 蔼捞 甸绢啊具 茄促.## History# ------------ -------------- -----------------------------------------------# 2003.02.18 辣康侥 脚痹 颇老 积己 ################################################################################ 抛捞喉 积己 # 扁粮 table drop窍搁 救等促. 犬牢夸噶#DROP TABLE IF EXISTS RaceWarPCLimit;CREATE TABLE RaceWarPCLimit ( ID int(11) NOT NULL default '0', Race tinyint(1) NOT NULL default '0', MinLevel smallint(11) NOT NULL default '0', MaxLevel smallint(11) NOT NULL default '0', LimitNum smallint(11) NOT NULL default '0', CurrentNum smallint(11) NOT NULL default '0') TYPE=MyISAM;# 牢郸胶 积己# (农扁啊 奴 Table捞 酒聪骨肺, Index绰 积己窍瘤 臼绰促)# 单捞磐 持扁INSERT INTO RaceWarPCLimit VALUES (0, 0, 20, 885, 600, 0);INSERT INTO RaceWarPCLimit VALUES (1, 1, 1, 150, 400, 0);INSERT INTO RaceWarPCLimit VALUES (2, 2, 1, 150, 400, 0);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -