소스 검색

Item DB Update
* Added Magnificent Dish (6934)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>

nanakiwurtz 9 년 전
부모
커밋
3113168f79
3개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      db/re/item_db.txt
  2. 1 1
      db/re/item_trade.txt
  3. 1 0
      sql-files/item_db_re.sql

+ 1 - 0
db/re/item_db.txt

@@ -4675,6 +4675,7 @@
 6931,Secret_Documents,Secret Documents,3,10,,0,,,,,,,,,,,,,{},{},{}
 6932,Rare_Book,Rare Book,3,10,,0,,,,,,,,,,,,,{},{},{}
 6933,Banquet_Invitation_Letter,Banquet Invitation Letter,3,10,,0,,,,,,,,,,,,,{},{},{}
+6934,Magnificent_Dish,Magnificent Dish,3,10,,1000,,,,,,,,,,,,,{},{},{}
 6936,Cold_Core,Cold Core,3,10,,10,,,,,,,,,,,,,{},{},{}
 6937,Silicone_Shell,Silicone Shell,3,10,,10,,,,,,,,,,,,,{},{},{}
 //

+ 1 - 1
db/re/item_trade.txt

@@ -924,7 +924,7 @@
 6931,499,100	// Secret_Documents
 6932,499,100	// Rare_Book
 6933,499,100	// Banquet_Invitation_Letter
-//6934,499,100	//
+6934,499,100	// Magnificent_Dish
 //6935,499,100	//
 6953,475,100	// Ramor_Refine_Ticket
 6954,499,100	// Piece_Of_Soul_Dog

+ 1 - 0
sql-files/item_db_re.sql

@@ -4706,6 +4706,7 @@ REPLACE INTO `item_db_re` VALUES (6930,'Samples_New_Business_Items','Samples New
 REPLACE INTO `item_db_re` VALUES (6931,'Secret_Documents','Secret Documents',3,10,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
 REPLACE INTO `item_db_re` VALUES (6932,'Rare_Book','Rare Book',3,10,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
 REPLACE INTO `item_db_re` VALUES (6933,'Banquet_Invitation_Letter','Banquet Invitation Letter',3,10,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
+REPLACE INTO `item_db_re` VALUES (6934,'Magnificent_Dish','Magnificent Dish',3,10,NULL,1000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
 REPLACE INTO `item_db_re` VALUES (6936,'Cold_Core','Cold Core',3,10,NULL,10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
 REPLACE INTO `item_db_re` VALUES (6937,'Silicone_Shell','Silicone Shell',3,10,NULL,10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
 #