奇迹私服新人送点送级SQL语句
////在线送点CREATE TRIGGER ON .
after Insert
as
Update set .LevelUpPoint =132000 From Inserted
Where .accountid=inserted.accountid
and .name=inserted.name
//在线送级
CREATE TRIGGER ON .
after Insert
as
Update set .cLevel =400 From Inserted
Where .accountid=inserted.accountid
and .name=inserted.name
圣导送9999统率:
CREATE TRIGGER ON .
after Insert
as
Update set .Leadership=9999
From Inserted
Where Inserted.Class=64 and .accountid=inserted.accountid
and .name=inserted.name
我只是路过打酱油的。 淡定,淡定,淡定…… 淡定,淡定,淡定…… 看到这帖子真是高兴! 淡定,淡定,淡定…… 看到这帖子真是高兴! 无回帖,不论坛,这才是人道。 激动人心,无法言表! 太生气了,无法HOLD啦 >_<......
页:
[1]
2