09-16-2011, 04:16 AM
Issue : Couldnt buy following items from Geres and other NPCS
FIX:
Fix all items + Add Stone of the Wise , Superior Remedy, Advanced True Sight and Advanced Stone cure
UPDATE `newproject_data`.`t_shopitem` SET `a_national` = 4;
INSERT INTO `newproject_data`.`t_shopitem` (`a_keeper_idx`, `a_item_idx`, `a_national`) VALUES (226, 3763, 4);
INSERT INTO `newproject_data`.`t_shopitem` (`a_keeper_idx`, `a_item_idx`, `a_national`) VALUES (226, 2899, 4);
INSERT INTO `newproject_data`.`t_shopitem` (`a_keeper_idx`, `a_item_idx`, `a_national`) VALUES (226, 3579, 4);
INSERT INTO `newproject_data`.`t_shopitem` (`a_keeper_idx`, `a_item_idx`, `a_national`) VALUES (226, 3582, 4);
