Premium Module for Azerothcore

This commit is contained in:
lee1991
2017-05-25 11:06:55 +01:00
commit 60b988ad02
16 changed files with 1261 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- ----------------------------
-- Table structure for premium
-- ----------------------------
DROP TABLE IF EXISTS `premium`;
CREATE TABLE `premium` (
`AccountId` int(11) unsigned NOT NULL,
`active` int(11) unsigned NOT NULL default '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;