Advertisement
Rushor

Untitled

Aug 25th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. DELETE FROM `locales_gossip_menu_option` WHERE `menu_id`=7377 AND `id`=1;
  2. INSERT INTO `locales_gossip_menu_option` (`menu_id`, `id`, `option_text_loc3`) VALUES
  3. (7377, 1, 'Erzählt mir von Eurer Vergangenheit, Scharfseher.');
  4.  
  5. DELETE FROM `locales_gossip_menu_option` WHERE `menu_id` IN (7502, 7503, 7504, 7505, 7506, 7507, 7508) AND `id`=0;
  6. INSERT INTO `locales_gossip_menu_option` (`menu_id`, `id`, `option_text_loc3`) VALUES
  7. (7502, 0, 'Ja, fahrt bitte fort.'),
  8. (7503, 0, 'Ja, bitte, wenn es Euch nichts ausmacht.'),
  9. (7504, 0, 'Fahrt bitte fort, Nobundo.'),
  10. (7505, 0, 'Was sagte die Stimme?'),
  11. (7506, 0, 'Was war das?'),
  12. (7507, 0, 'Was tatet Ihr dann?'),
  13. (7508, 0, 'Fahrt bitte fort.');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement