-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge TrinityCore 3.3.5 to ElunaTrinityWotlk [skip ci]
- Loading branch information
Showing
8 changed files
with
80 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
-- Ambassador Dawnsinger's gossip text should be different if player is blood elf. | ||
-- Gossip Menu | ||
DELETE FROM `gossip_menu` WHERE `MenuID`=7359 AND `TextID`=8791; | ||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES | ||
(7359,8791,0); | ||
|
||
-- Condition | ||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7359; | ||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES | ||
(14,7359,8791,0,0,16,0,512,0,0,0,0,0,"","Show gossip text 8791 if player is a blood elf"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- Breadcrumb quest Fix | ||
UPDATE `quest_template_addon` SET `BreadcrumbForQuestId`=2460 WHERE `ID`=10794; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
-- Sting of the Scorpid (Wrong use of "$c") | ||
UPDATE `quest_request_items` SET `CompletionText`="The carapace of a scorpid isn't so thick that the strength of a determined warrior will be deterred. Strike strongly and without doubt, and the scorpids should prove easy prey." WHERE `ID`=789; | ||
|
||
-- A Peon's Burden (Upper case "$c") | ||
UPDATE `quest_offer_reward` SET `RewardText`="Ah, this is the food Ukor brought to the Valley of Trials. Did they not need it? Well, I guess they like to starve you heroes in training. Builds spirit, they say!$b$bThank you for returning the food. I'll stick it back on the shelves... but here, let me offer you some refreshment first!$b$bAnd don't forget to rest here in the inn. You may be a brave $c ready to take on the world, but if your energy is sapped you won't be doing yourself, or the Horde, much good." WHERE `ID`=2161; | ||
|
||
-- Vanquish the Betrayers (Upper case "$c") | ||
UPDATE `quest_offer_reward` SET `RewardText`="Word of your bravery travels fast, $c. Tales of your victory at Tiragarde Keep will be heralded in Orgrimmar." WHERE `ID`=784; | ||
|
||
-- The Admiral's Orders (Upper case "$c") | ||
UPDATE `quest_request_items` SET `CompletionText`="There is a look of concern on your face, $c. What have you there?" WHERE `ID`=830; | ||
|
||
-- Carry Your Weight (Upper case "$c") | ||
UPDATE `quest_offer_reward` SET `RewardText`="Most excellent, $N. Any good $c will surely find a use for this bag on the battlefield.$b$bI salute your vigor and willingness to die in the name of the Horde!" WHERE `ID`=791; | ||
|
||
-- From The Wreckage.... (Upper case "$c") | ||
UPDATE `quest_offer_reward` SET `RewardText`="Your recovery mission was a success, $c. I will see to it that these tools get to Orgrimmar with the next caravan.$b$bNicely done." WHERE `ID`=825; | ||
|
||
-- Margoz (Upper case "$c") | ||
UPDATE `quest_offer_reward` SET `RewardText`="Welcome, $N. Word reached me of your coming, and of your exploits in Durotar.$b$bYou are a $c of growing skill and renown.$b$bStay on the pure path, and your future will be great indeed." WHERE `ID`=828; | ||
|
||
-- Hidden Enemies (Upper case "$c") | ||
UPDATE `quest_offer_reward` SET `RewardText`="What is it?! Oh, you, $c... my apologies. My anger rivals that of a rabid kodo bull... but perhaps it is my own fault. In sending travelers into Ragefire Chasm, I should have seen the possibility that some harm would come from it. It seems both Bazzalan and Jergosh were taken unaware and slain by some of Thrall's do-gooders. A most inopportune time, but there is nothing that can be done about it now." WHERE `ID`=5729; | ||
|
||
-- Neeru Fireblade (Upper case "$c" and upper case "$r") | ||
UPDATE `quest_request_items` SET `CompletionText`="My most humble greetings, $c. How might I help my $r $gbrother:sister; today?" WHERE `ID`=829; | ||
|
||
-- The Admiral's Orders (Upper case "$c") | ||
UPDATE `quest_offer_reward` SET `RewardText`="Countless times I urged the Warchief not to trust the humans, but personal pride is not what is at stake here.$b$bYou have served the Horde honorably, young $c.$b$bNow excuse me, I must counsel Thrall on these matters at once...." WHERE `ID`=831; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- Missing request text | ||
UPDATE `quest_request_items` SET `CompletionText`="Practice!" WHERE `ID`=2460; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-- Gest, correct gossip text when "Elegant Letter" is available | ||
-- Gossip Menu | ||
DELETE FROM `gossip_menu` WHERE `MenuID`=4513 AND `TextID` IN (5993,5996); | ||
INSERT INTO `gossip_menu` (`MenuID`,`TextID`) VALUES (4513,5993); | ||
-- Condition | ||
UPDATE `conditions` SET `SourceEntry`=5993 WHERE `SourceGroup`=4513 AND `SourceEntry`=5996; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- Quest is missing reward next quest | ||
UPDATE `quest_template` SET `RewardNextQuest`=6394 WHERE `Id`=5441; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
SET @CGUID := 208509; | ||
|
||
DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` BETWEEN 207174 AND 207209; | ||
DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` IN (130847, 130848, 130849, 130853, 130855, 130906, 130907, 130908, 130971); | ||
DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` BETWEEN @CGUID+0 AND @CGUID+54; | ||
INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES | ||
(2, 0, @CGUID+34), | ||
(2, 0, @CGUID+35), | ||
(2, 0, @CGUID+36), | ||
(2, 0, @CGUID+37), | ||
(2, 0, @CGUID+38), | ||
(2, 0, @CGUID+39), | ||
(2, 0, @CGUID+40), | ||
(2, 0, @CGUID+41), | ||
(2, 0, @CGUID+42), | ||
(2, 0, @CGUID+43), | ||
(2, 0, @CGUID+44), | ||
(2, 0, @CGUID+45), | ||
(2, 0, @CGUID+46), | ||
(2, 0, @CGUID+47), | ||
(2, 0, @CGUID+48), | ||
(2, 0, @CGUID+49), | ||
(2, 0, @CGUID+50), | ||
(2, 0, @CGUID+51), | ||
(2, 0, @CGUID+52), | ||
(2, 0, @CGUID+53), | ||
(2, 0, @CGUID+54); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters