Autobroadcast SF

From Project Skyfire
Jump to navigation Jump to search

Back to world database list of tables.


The `autobroadcast` table

This table will contain the autobroadcast entries for your server. Can be enabled/disabled in worldserver.conf.


Structure

Field Type Attributes Key Null Default Extra Comment
id int(11) signed PRI NO auto_increment
text longtext NO


Description of the fields

id

Unique global identifier key

text

This field will contain the text to broadcast

Return to world database structure