- Joined
- Nov 17, 2005
- Messages
- 22
- Reaction score
- 0
please, they help me. that error eh this? When I go to create a doll. this happens. they help me plx >.<
SS of the Error:
SS of the Error:

Cache said:03/11/2006 02:30:02.937, [Account.cpp][381]Error. Cannot load Week play time, account id [xxxxx]
03/11/2006 02:30:03.531, [Account.cpp][321] Cannot load day uesed time for account [xxxxx]
Declare @acc int
Set @acc = 0
WHILE(@acc < 150000)
BEGIN
INSERT lin2world.dbo.time_data (account_id, last_logout, used_sec)
VALUES (@acc, '1/1/2004 1:00:00 AM', '0')
Set @acc = @acc + 1
END