mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
table create for previous commit
--HG-- branch : trunk
This commit is contained in:
7
sql/updates/7168_world_spell_stack_masks.sql
Normal file
7
sql/updates/7168_world_spell_stack_masks.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DROP TABLE IF EXISTS `spell_stack_masks`;
|
||||
|
||||
CREATE TABLE `spell_stack_masks` (
|
||||
`id` int(32) unsigned NOT NULL default '0',
|
||||
`mask` int(64) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
Reference in New Issue
Block a user