View Single Post
  #14  
Old 11-25-2004, 04:13 AM
bushman77
Hill Giant
 
Join Date: May 2003
Location: In the bush
Posts: 129
Default Found out why

each account has a lsid assigned to it, usually it is a number but for me to get it to work i had to assign the value to NULL:

SELECT *
FROM `account`

+----+--------+----------+-------------+------------+----------+--------+--------------+---------+---------+--------------+
| id | name | charname | packencrypt | sharedplat | password | status | lsaccount_id | gmspeed | revoked | minilogin_ip |
+----+--------+----------+-------------+------------+----------+--------+--------------+---------+---------+--------------+
| 1 | eqemu | Bushman | | 0 | | 250 | [NULL] | 0 | 0 | 192.168.0.4 |
| 2 | Slue | Froak | | 0 | | 0 | [NULL] | 0 | 0 | 192.168.0.3 |
| 3 | Frank | Poobiter | | 0 | | 0 | [NULL] | 0 | 0 | 192.168.0.5 |
+----+--------+----------+-------------+------------+----------+--------+--------------+---------+---------+--------------+