mirror of
https://github.com/telegramcores/mod-premium.git
synced 2026-01-13 09:07:23 +00:00
Premium Module for Azerothcore
This commit is contained in:
8
sql/character_premium.sql
Normal file
8
sql/character_premium.sql
Normal 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;
|
||||
Reference in New Issue
Block a user