新人送转送点的SQL语句!

以下列子为新人送2转 300点属性点

CREATE TRIGGER [Restrict_IntLUP] ON [dbo].[Character]
after Insert
as
Update [Character]
set [Character].LevelUpPoint=300,[Character].zs_count=2
From Inserted
Where Inserted.zs_count=0
and Inserted.Clevel=1
and [Character].accountid=inserted.accountid
and [Character].name=inserted.name


如果已经送点的,就直接在muonline数据库的Character表上,选"所有任务->管理触发器->选择Restrict_IntLUP ,把里面的点改为你想要的即可。


DROP TRIGGER [Restrict_IntLUP]

先运行这个把触发器删掉
本文出自 7j45 > 奇迹一条龙