Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.00 KB | None | 0 0
  1. diff --git a/DB_updates/a448_Finish_me.sql b/DB_updates/a448_Finish_me.sql
  2. INDEX 39fd6b5..772567c 100644
  3. --- a/DB_updates/a448_Finish_me.sql
  4. +++ b/DB_updates/a448_Finish_me.SQL
  5. @@ -1,5 +1,4 @@
  6.  -- Support for quest Finish me! (13232)
  7. -# Note! 'Rest in peace...' IS TEMPORARY text. Need SOURCE.
  8.  
  9.  -- Dying Soldier gossip
  10.  UPDATE creature_template SET gossip_menu_id=31304 WHERE entry=31304;
  11. @@ -11,7 +10,7 @@ INSERT INTO gossip_menu (entry,text_id,cond_1,cond_1_val_1,cond_1_val_2) VALUES
  12.  DELETE FROM gossip_menu_option WHERE menu_id=31304;
  13.  INSERT INTO gossip_menu_option (menu_id,id,option_icon,option_text,option_id,npc_option_npcflag,action_menu_id,action_script_id,cond_1,cond_1_val_1) VALUES
  14.  (31304,0,0,'GOSSIP_OPTION_QUESTGIVER',2,2,0,0,0,0),
  15. -(31304,1,0,'Rest in peace...',1,1,0,31341,9,13232);               
  16. +(31304,1,0,'Travel well, hero of the Alliance!',1,1,0,31341,9,13232);             
  17.  
  18.  DELETE FROM gossip_scripts WHERE id=31341;
  19.  INSERT INTO gossip_scripts (id,delay,command,datalong,datalong2) VALUES
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement