Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aokromes committed Apr 14, 2018
1 parent fdf5b57 commit 1c54f65
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Huntsman Leopold --> Add gossip chatter
DELETE FROM `gossip_menu` WHERE `MenuID` IN (7112,7111);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
Expand All @@ -14,3 +15,4 @@ DELETE FROM `npc_text` WHERE `ID` IN (8369,8370);
INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`,`em0_1`,`em0_2`,`em0_3`,`em0_4`,`em0_5`) VALUES
(8369,"The preternatural ability of the crypt fiend to hunt and kill its foe is one studied and vaunted by men in my profession. I, myself, have slain thousands of the beasts in my crusade to rid this world of Scourge.$B$BWhile I loathe the crypt fiend for its merciless nature, its abilities must be admired. It has a job and it does it - very well.","",11979,0,1,0,1,0,1,0,1),
(8370,"I have discovered a use for the carapace of the crypt fiend and its various body parts. I am able to fashion an extremely light and very deadly set of armor by combining the fragments with some of the desecrated magical armors lost in Naxxramas.","",11981,0,1,0,1,0,1,0,0);
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Korfax, Champion of the Light --> Add gossip chatter
DELETE FROM `gossip_menu` WHERE `MenuID` IN (7106,7107,7108);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
Expand All @@ -17,3 +18,4 @@ UPDATE `npc_text` SET `em0_1`=1, `em0_3`=1, `em0_5`=1 WHERE `ID`=8364;
DELETE FROM `npc_text` WHERE `ID`=8365;
INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`,`em0_1`,`em0_2`,`em0_3`,`em0_4`,`em0_5`) VALUES
(8365,"During your battles with the Scourge in Naxxramas, should you come across desecrated battlements and wartorn plate scraps, return them to me and I shall craft for you a piece of this armor worn by heroes.","",11965,0,1,0,1,0,1,0,0);
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Rimblat Earthshatter --> Add gossip chatter
DELETE FROM `gossip_menu` WHERE `MenuID` IN (7113,7114,7115);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
Expand All @@ -16,3 +17,4 @@ INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`,
(8371,"In the last war, tauren fought. Shaman were sent in defense of this world against the Scourge invasion. Most lost their lives. Many were otherwise ripped asunder, their body parts used for foul experiments in that cursed citadel. I mourn their passing but my heart swells with pride at their courage.","",11984,0,1,0,1,0,1,0,1),
(8372,"I was a young tauren, barely having reached adolescence at the time, but I knew that those that would brave the battles for our freedom were well protected in my namesake's vestments.","",11986,0,1,0,1,0,1,0,0),
(8373,"The name of Earthshatter has been one held by my family for hundreds of years. And like my father and his father before him, I too have inherited the right to create the vestments of my namesake.","",11987,0,1,0,1,0,1,0,0);
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Quest "A Call to Arms: The Plaguelands!"
DELETE FROM `quest_details` WHERE `ID` IN (5094,5066,5090,5091,10373,5093,10374,5095);
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
Expand Down Expand Up @@ -889,3 +890,4 @@ INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `Emot
(9664,66,1,1,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9664;
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=9664;
*/

0 comments on commit 1c54f65

Please sign in to comment.