wuduz游戏站

 找回密码
 注册
搜索
无度传奇145z游戏站745v奇迹网
查看: 1455|回复: 0
打印 上一主题 下一主题

[技术教程] 添加完美世界GM全部权限的脚本

跳转到指定楼层
楼主
发表于 2022-10-13 19:47:03 |只看该作者 |倒序浏览
use passport
declare @x int
declare @y int
declare @z int
select @x=32      //这里改成你想添加权限用户的userid
select @y=1        //zoneid
select @z=0
while @z<519
begin
insert into dbo.auth(userid,zoneid,rid) values (@x, @y, @z)
select @z=@z+1
end

使用道具 举报

手机版|sitemap|txt|wuduz游戏站

GMT+8, 2026-6-10 15:32

回顶部