table create for previous commit

--HG--
branch : trunk
This commit is contained in:
thenecromancer
2010-01-23 17:46:03 +01:00
parent d32e0878c7
commit b2bb515c22

View 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;