LE
bug

All records deleted from table 'z_monsters' in database.

Por leonardo macedo, 07 de jun. de 2015 em Websites

4
1.7k
07 de junho de 2015 às 23:31

Alguem me ajuda

 

All records deleted from table 'z_monsters' in database.

 

no phpmyadmin não tem z_monsters

VictorWEBMasterV
08 de junho de 2015 às 04:01
Melhor resposta

Abra o phpmyadmin, executa isso no banco de dados (Aba SQL).

CREATE TABLE IF NOT EXISTS `z_monsters` (
  `hide_creature` tinyint(1) NOT NULL default '0',
  `name` varchar(255) NOT NULL,
  `mana` int(11) NOT NULL,
  `exp` int(11) NOT NULL,
  `health` int(11) NOT NULL,
  `speed_lvl` int(11) NOT NULL default '1',
  `use_haste` tinyint(1) NOT NULL,
  `voices` text NOT NULL,
  `immunities` varchar(255) NOT NULL,
  `summonable` tinyint(1) NOT NULL,
  `convinceable` tinyint(1) NOT NULL,
  `race` varchar(255) NOT NULL,
  `loot` text NOT NULL,
  `gfx_name` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
08 de junho de 2015 às 21:35

vlw pela ajuda

MudrockM
09 de junho de 2015 às 21:42

Movido para

Área de Duvidas Resolvidas