Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as SQL by AndresPro ( 16 years ago )
CREATE TABLE IF NOT EXISTS `player_habilities` (
  `player_id` int(11) NOT NULL,
  `habid` tinyint(2) NOT NULL DEFAULT '0',
  `hablvl` int(10) NOT NULL DEFAULT '0',
  `habexp` int(10) NOT NULL DEFAULT '0',
  UNIQUE KEY `player_id_2` (`player_id`,`habid`),
  KEY `player_id` (`player_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

 

Revise this Paste

Your Name: Code Language: