您当前的位置:首页 > 奇迹技术

奇迹开区asp网站领取奖励的muonline加语句

本文出处:网游动力作者:本站发布时间:2014-02-26阅读次数:

--加领取奖品字段
use MuOnline
go
if not exists (select 1 from syscolumns where name = 'dh400' and id = object_id('Character'))
alter table Character
add dh400 int DEFAULT (0)
if not exists (select 1 from syscolumns where name = 'dhMaster' and id = object_id('T_MasterLevelSystem'))
alter table T_MasterLevelSystem
add dhMaster int DEFAULT (0)
go