diff options
Diffstat (limited to 'sql/updates/762_world.sql')
-rw-r--r-- | sql/updates/762_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/762_world.sql b/sql/updates/762_world.sql new file mode 100644 index 00000000000..4f32617b0ee --- /dev/null +++ b/sql/updates/762_world.sql @@ -0,0 +1,6 @@ +DROP TABLE IF EXISTS `transport_events`; +CREATE TABLE `transport_events` ( + `entry` int(11) unsigned NOT NULL default '0', + `waypoint_id` int(11) unsigned NOT NULL default '0', + `event_id` int(11) unsigned NOT NULL default '0' +) ENGINE=MyISAM DEFAULT CHARSET=utf8;
\ No newline at end of file |