Hi guys,
How can I do something to reset the time of FGW?
Regards,
JC
How can I do something to reset the time of FGW?
Regards,
JC
so it's not _ChaInstanceWorldData? :rolleyes:Quote:
shard DB _Memo_Add proc
declare @SenderCharID int = (select charid from _Char where charname16 like @sendercharname)
if @Targetcharname like 'FGW'
begin
delete from _Timedjob where charid = @SenderCharid and JobID = 100 --make sure that 100 is right,,
end
calm down, fgw is instance and i thought it is in that tableQuote:
are you kidding me ??
fgw will be in that table ?
did you open sql before ?
@Crue*
Quote:
update _TimedJob SET TimeToKeep='7', Data1='0' WHERE CharID= 'Your CharID' AND Category='12'
DELETE FROM _TimedJob WHERE CharID='YourCharID' and category='6'