소스 검색

added nothing option

development
mauirixxx 7 년 전
committed by GitHub
부모
커밋
ea72c30db5
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      db/gw-treasure-listtype.sql

+ 1
- 1
db/gw-treasure-listtype.sql 파일 보기

@@ -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');
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');

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


불러오는 중...
취소
저장