mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 15:17:27 +01:00
[svn] * Proper SVN structure
--HG-- branch : trunk
This commit is contained in:
13
sql/updates/0.6/2674_scripts.sql
Normal file
13
sql/updates/0.6/2674_scripts.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
DROP TABLE IF EXISTS `scripts`;
|
||||
CREATE TABLE `scripts` (
|
||||
`id` int(11) unsigned NOT NULL default '0',
|
||||
`delay` int(11) unsigned NOT NULL default '0',
|
||||
`command` int(11) unsigned NOT NULL default '0',
|
||||
`datalong` int(11) unsigned NOT NULL default '0',
|
||||
`datalong2` int(11) unsigned NOT NULL default '0',
|
||||
`datatext` text NOT NULL default "",
|
||||
`x` float NOT NULL default '0',
|
||||
`y` float NOT NULL default '0',
|
||||
`z` float NOT NULL default '0',
|
||||
`o` float NOT NULL default '0'
|
||||
);
|
||||
Reference in New Issue
Block a user