how can i increase the mobs in FGW i have only 3 mobs
use sro_vt_shard
go
update Tab_RefNest
set dwMaxTotalCount = 10 --- < put anything you want
where dwTacticsID in (select dwTacticsID from Tab_RefTactics
where dwObjID in (select id from _RefObjCommon where CodeName128 like 'MOB_GOD%' and Rarity not in (8,3) and CodeName128 not like '%ENVY%' and Codename128 not like '%TREASUREBOX%')
)