parent
df77b5f4f7
commit
5ca6fe6fda
785 changed files with 133828 additions and 126861 deletions
|
|
@ -17,22 +17,21 @@
|
|||
-- Dumping structure for table acore_world.spell_scripts
|
||||
DROP TABLE IF EXISTS `spell_scripts`;
|
||||
CREATE TABLE IF NOT EXISTS `spell_scripts` (
|
||||
`id` mediumint unsigned NOT NULL DEFAULT '0',
|
||||
`id` int unsigned NOT NULL DEFAULT '0',
|
||||
`effIndex` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`delay` int unsigned NOT NULL DEFAULT '0',
|
||||
`command` mediumint unsigned NOT NULL DEFAULT '0',
|
||||
`datalong` mediumint unsigned NOT NULL DEFAULT '0',
|
||||
`command` int unsigned NOT NULL DEFAULT '0',
|
||||
`datalong` int unsigned NOT NULL DEFAULT '0',
|
||||
`datalong2` int unsigned NOT NULL DEFAULT '0',
|
||||
`dataint` int NOT NULL DEFAULT '0',
|
||||
`x` float NOT NULL DEFAULT '0',
|
||||
`y` float NOT NULL DEFAULT '0',
|
||||
`z` float NOT NULL DEFAULT '0',
|
||||
`o` float NOT NULL DEFAULT '0'
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
-- Dumping data for table acore_world.spell_scripts: 130 rows
|
||||
-- Dumping data for table acore_world.spell_scripts: ~130 rows (approximately)
|
||||
DELETE FROM `spell_scripts`;
|
||||
/*!40000 ALTER TABLE `spell_scripts` DISABLE KEYS */;
|
||||
INSERT INTO `spell_scripts` (`id`, `effIndex`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES
|
||||
(35727, 0, 0, 15, 35730, 2, 0, 0, 0, 0, 0),
|
||||
(35376, 0, 0, 15, 25649, 2, 0, 0, 0, 0, 0),
|
||||
|
|
@ -164,7 +163,6 @@ INSERT INTO `spell_scripts` (`id`, `effIndex`, `delay`, `command`, `datalong`, `
|
|||
(24320, 0, 0, 15, 24321, 2, 0, 0, 0, 0, 0),
|
||||
(25952, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0),
|
||||
(50499, 0, 0, 15, 50493, 0, 0, 0, 0, 0, 0);
|
||||
/*!40000 ALTER TABLE `spell_scripts` ENABLE KEYS */;
|
||||
|
||||
/*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */;
|
||||
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue