View Single Post
  #10  
Old 06-26-2003, 06:01 AM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default

oh just an fyi I added a new table called bugs to support the /bug command the format is:

+------------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------+-------------+------+-----+---------+-------+
| id | int(11) | | PRI | 0 | auto_increment |
| type | varchar(16) | YES | | 0 | |
| name | varchar(64) | YES | | NULL | |
| account_id | int(11) | YES | | NULL | |
| bugtext | text | YES | | NULL | |
| flag | varchar(64) | YES | | NULL | |
+------------+-------------+------+-----+---------+-------+

not sure if you want to include it in your next version.

I'm also going to be adding tables for the /inquire and /report commands although I havent finalized a table for them yet.
__________________
Lethal Encounter
Reply With Quote