Ver código fonte

don't need nothing nor material

development
mauirixxx 7 anos atrás
committed by GitHub
pai
commit
c5be0eda81
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      db/gw-treasure-listtype.sql

+ 1
- 1
db/gw-treasure-listtype.sql Ver arquivo

@@ -17,7 +17,7 @@ CREATE TABLE `listtype` (

/*Data for the table `listtype` */

insert into `listtype`(`weapontype`) values ('Material'),('Axe'),('Hammer'),('Sword'),('Dagger'),('Scythe'),('Bow (Flatbow)'),('Bow (Hornbow)'),('Bow (Longbow)'),('Bow (Recurve)'),('Bow (Shortbow)'),('Spear'),('Staff'),('Wand'),('Focus'),('Shield'),('Nothing');
insert into `listtype`(`weapontype`) values ('Axe'),('Hammer'),('Sword'),('Dagger'),('Scythe'),('Bow (Flatbow)'),('Bow (Hornbow)'),('Bow (Longbow)'),('Bow (Recurve)'),('Bow (Shortbow)'),('Spear'),('Staff'),('Wand'),('Focus'),('Shield');

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;


Carregando…
Cancelar
Salvar