image

Untitled

Nov 8th, 2011
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.13 KB | None | 0 0
  1. DELETE FROM `gossip_menu_option` WHERE `menu_id`='10371';
  2. INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `action_script_id`, `box_coded`, `box_money`, `box_text`, `cond_1`, `cond_1_val_1`, `cond_1_val_2`, `cond_2`, `cond_2_val_1`, `cond_2_val_2`, `cond_3`, `cond_3_val_1`, `cond_3_val_2`)
  3. VALUES
  4. ('10371', '0', '0', 'Purchase a Dual Talent Specialization.', '1', '16', '-1', '0', '50099', '0', '10000000', 'Are you sure you wish to purchase a Dual Talent Specialization?', '15', '40', '1', '0', '0', '0', '0', '0', '0');
  5.  
  6. DELETE FROM `gossip_menu_option` WHERE `menu_id`='4461';
  7. INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `action_script_id`, `box_coded`, `box_money`, `box_text`, `cond_1`, `cond_1_val_1`, `cond_1_val_2`, `cond_2`, `cond_2_val_1`, `cond_2_val_2`, `cond_3`, `cond_3_val_1`, `cond_3_val_2`)
  8. VALUES
  9. ('4461', '0', '11', 'Yes. I do.', '16', '16', '0', '0', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0');
  10.  
Advertisement
Add Comment
Please, Sign In to add comment