Skip to content

Instantly share code, notes, and snippets.

@KiriX
Created September 4, 2012 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KiriX/3625577 to your computer and use it in GitHub Desktop.
Save KiriX/3625577 to your computer and use it in GitHub Desktop.
diff --git a/sql_mr/mr00389_mangos_quests_scripts.sql b/sql_mr/mr00389_mangos_quests_scripts.sql
index 163d0ab..d141a2b 100644
--- a/sql_mr/mr00389_mangos_quests_scripts.sql
+++ b/sql_mr/mr00389_mangos_quests_scripts.sql
@@ -123,30 +123,30 @@ INSERT INTO `gossip_menu_option`(`menu_id`,`id`,`option_icon`,`option_text`,`opt
INSERT INTO `gossip_scripts`(`id`,`delay`,`command`,`datalong`,`datalong2`,`buddy_entry`,`search_radius`,
`data_flags`,`dataint`,`dataint2`,`dataint3`,`dataint4`,`x`,`y`,`z`,`o`,`comments`) VALUES
-(10453,1,22,14,0,0,0,2,0,0,0,0,0,0,0,0,''),
+(10453,1,22,14,2,0,0,4,0,0,0,0,0,0,0,0,''),
(10453,0,0,0,0,0,0,4,2000000449,2000000450,2000000451,0,0,0,0,0,''),
-(10454,1,22,14,0,0,0,2,0,0,0,0,0,0,0,0,''),
+(10454,1,22,14,2,0,0,4,0,0,0,0,0,0,0,0,''),
(10454,0,0,0,0,0,0,4,2000000449,2000000450,2000000451,0,0,0,0,0,''),
-(10455,1,22,14,0,0,0,2,0,0,0,0,0,0,0,0,''),
+(10455,1,22,14,2,0,0,4,0,0,0,0,0,0,0,0,''),
(10455,0,0,0,0,0,0,4,2000000449,2000000450,2000000451,0,0,0,0,0,''),
-(10456,1,22,14,0,0,0,2,0,0,0,0,0,0,0,0,''),
+(10456,1,22,14,2,0,0,4,0,0,0,0,0,0,0,0,''),
(10456,0,0,0,0,0,0,4,2000000449,2000000450,2000000451,0,0,0,0,0,''),
-(10457,1,22,14,0,0,0,2,0,0,0,0,0,0,0,0,''),
+(10457,1,22,14,2,0,0,4,0,0,0,0,0,0,0,0,''),
(10457,0,0,0,0,0,0,4,2000000449,2000000450,2000000451,0,0,0,0,0,''),
-(10458,1,22,14,0,0,0,2,0,0,0,0,0,0,0,0,''),
+(10458,1,22,14,2,0,0,4,0,0,0,0,0,0,0,0,''),
(10458,0,0,0,0,0,0,4,2000000449,2000000450,2000000451,0,0,0,0,0,''),
-(10459,1,22,14,0,0,0,2,0,0,0,0,0,0,0,0,''),
+(10459,1,22,14,2,0,0,4,0,0,0,0,0,0,0,0,''),
(10459,0,0,0,0,0,0,4,2000000449,2000000450,2000000451,0,0,0,0,0,''),
-(10460,1,22,14,0,0,0,2,0,0,0,0,0,0,0,0,''),
+(10460,1,22,14,2,0,0,4,0,0,0,0,0,0,0,0,''),
(10460,0,0,0,0,0,0,4,2000000449,2000000450,2000000451,0,0,0,0,0,''),
-(10461,1,22,14,0,0,0,2,0,0,0,0,0,0,0,0,''),
+(10461,1,22,14,2,0,0,4,0,0,0,0,0,0,0,0,''),
(10461,0,0,0,0,0,0,4,2000000449,2000000450,2000000451,0,0,0,0,0,''),
-(10462,1,22,14,0,0,0,2,0,0,0,0,0,0,0,0,''),
+(10462,1,22,14,2,0,0,4,0,0,0,0,0,0,0,0,''),
(10462,0,0,0,0,0,0,4,2000000449,2000000450,2000000451,0,0,0,0,0,'');
DELETE FROM creature_ai_texts WHERE entry = -335621;
DELETE FROM creature_ai_scripts WHERE creature_id IN (33285,33306,33382,33383,33384,33558,33559,33561,33562,33564);
-UPDATE gossip_scripts SET datalong2 = 0 WHERE command = 22 AND id IN (10469,10468,10470,10472,10473,10466,10464,10471,10465,10467);
+UPDATE gossip_scripts SET buddy_entry = 0, search_radius = 0, data_flags = 4 WHERE command = 22 AND id IN (10469,10468,10470,10472,10473,10466,10464,10471,10465,10467);
UPDATE `creature_template` SET `gossip_menu_id` = 10470 WHERE `entry` = 33382;
-- valiants
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment