Item DB Update

* Added Magnificent Dish (6934)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
This commit is contained in:
nanakiwurtz 2015-09-22 03:27:25 +07:00
parent 909fefddc8
commit 3113168f79
3 changed files with 3 additions and 1 deletions

View File

@ -4675,6 +4675,7 @@
6931,Secret_Documents,Secret Documents,3,10,,0,,,,,,,,,,,,,{},{},{} 6931,Secret_Documents,Secret Documents,3,10,,0,,,,,,,,,,,,,{},{},{}
6932,Rare_Book,Rare Book,3,10,,0,,,,,,,,,,,,,{},{},{} 6932,Rare_Book,Rare Book,3,10,,0,,,,,,,,,,,,,{},{},{}
6933,Banquet_Invitation_Letter,Banquet Invitation Letter,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,,,,,,,,,,,,,{},{},{} 6936,Cold_Core,Cold Core,3,10,,10,,,,,,,,,,,,,{},{},{}
6937,Silicone_Shell,Silicone Shell,3,10,,10,,,,,,,,,,,,,{},{},{} 6937,Silicone_Shell,Silicone Shell,3,10,,10,,,,,,,,,,,,,{},{},{}
// //

View File

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

View File

@ -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 (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 (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 (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 (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); 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);
# #