Skip to content

Commit

Permalink
DB/Item: fix text for item "Verna's Westfall Stew Recipe"
Browse files Browse the repository at this point in the history
Closes #17263 by SnapperRy
(cherry picked from commit 0e8f3e0)

DB/Item: fix text for item "Lewis' Note"

Closes #17264 by SnapperRy
(cherry picked from commit 5a2726a)

DB/Item: fix text for item "A Letter to Grelin Whitebeard"

Closes #17268 by SnapperRy
(cherry picked from commit 5a91e2c)

DB/Quest: fix prevquest for "Rejold's New Brew"

Closes #17269 by SnapperRy
(cherry picked from commit a932eb4)

DB/Quest: fix RewardText for "Beer Basted Boar Ribs"

Closes #17275 by SnapperRy
(cherry picked from commit ce107f3)

DB/Quest: fix chaining for quests related to Well Watcher Solanian

Closes #17282 by SnapperRy
(cherry picked from commit b14c554)

DB/Quest: fix chaining for Blood Elves' training quests

Closes #17284 by SnapperRy
(cherry picked from commit de9c423)

DB/locales_item: add missing localization for item "Bamboo Cage Key"

Closes #17285 by lyn1337
(cherry picked from commit ea12727)

DB/gameobject: close "Cage Door" (STV)

Close #17287 by lyn1337
(cherry picked from commit af03601)

DB/Creature: Plague Scientist spells

Closes #16729 by Gargarensis and Rushor
(cherry picked from commit 3cd66c9)

DB/Quest: Preparin' For Battle

Closes #9743 by Wylath
(cherry picked from commit 7f6b8ed)

DB/Quest: Army of the Damned

Closes #7801 by sirikfoll
(cherry picked from commit 3bba685)

DB/Creature: Fix pathing for A Cry For Help

Closes #15722 by Joslyn-Maddie
(cherry picked from commit a6e7c98)
  • Loading branch information
Aokromes authored and joschiwald committed Jan 12, 2017
1 parent 85b72b7 commit 21168e8
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 0 deletions.
@@ -0,0 +1,2 @@
--
UPDATE `page_text` SET `Text`="Westfall Stew$B$B3 parts Stringy Vulture Meat$B3 Goretusk Snouts$B3 Murloc Eyes$B3 Okra$B$BMix together and bring to a boil. Let simmer for at least two hours before serving." WHERE `ID`=213;
@@ -0,0 +1,2 @@
--
UPDATE `page_text` SET `Text`="Osric,$B$BPlease find below the list of armor of which we are in need:$B$B10 Mail shirts$B20 Helms$B30 Armor Patches$B15 Mail Boots$B$BWe are, as always, in your debt. And should Westfall ever be free of the thieves who threaten it, it would ease the guilt in my heart if I could invite you to my family's home, for a fine meal cooked from the bounty this land was once so well known.$B$B-Lewis$BQuartermaster, Sentinel Hill" WHERE `ID`=2512;
@@ -0,0 +1,2 @@
--
UPDATE `page_text` SET `Text`="Grelin,$B$BMy time is short and many matters press on my time, and I hope that your investigation of the trolls will not be one of them. Therefore I will allow you to use my authority in dealing with the trolls in whatever fashion you deem necessary, more so if you are able to find an expedient solution.$B$BMagni Bronzebeard" WHERE `ID`=80;
@@ -0,0 +1,2 @@
--
UPDATE `quest_offer_reward` SET `RewardText`="The Malt is brewed, the Boars are dead$BAnd before all is done and anything said$BWe will have to fight for first dibs$BOn these savory Beer Basted Boar Ribs!" WHERE `ID`=384;
@@ -0,0 +1,2 @@
-- adding a key requirement for gameobject "Cage Door" (entry: 143979) at Kurzen's Compound by closing it
UPDATE `gameobject` SET `state`=1 WHERE `guid`=10673;
@@ -0,0 +1,9 @@
-- Plague Scientist SAI
SET @ENTRY := 37023;
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
(@ENTRY,0,0,0,0,0,100,0,2000,3000,23000,24000,11,71103,0,0,0,0,0,6,0,0,0,0,0,0,0,"Plague Scientist - In Combat - Cast 'Combobulating Spray'"),
(@ENTRY,0,1,0,0,0,100,0,5000,6000,5000,6000,11,73079,0,0,0,0,0,2,0,0,0,0,0,0,0,"Plague Scientist - In Combat - Cast 'Plague Blast'"),
(@ENTRY,0,2,0,0,0,100,0,9000,10000,25000,26000,11,69871,0,0,0,0,0,9,0,0,30,0,0,0,0,"Plague Scientist - In Combat - Cast 'Plague Stream'"),
(@ENTRY,0,3,0,1,0,100,0,2000,3000,10000,10000,11,69871,0,0,0,0,0,9,10404,0,10,0,0,0,0,"Plague Scientist - Out of Combat - Cast 'Plague Stream'");
@@ -0,0 +1,5 @@
--
DELETE FROM `spell_area` WHERE `spell` IN (74092, 74310);
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`) VALUES
(74092,368,25495,25445,0,0,2,1,74),
(74310,133,25287,25393,0,0,2,1,74);
@@ -0,0 +1,7 @@
--
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN(13,17) AND `SourceEntry`=58912;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
(17,0,58912,0,0,31,1,3,31254,0,0,0,0,'','Deathstorm requires target Lordaeron Footsoldier'),
(17,0,58912,0,1,31,1,3,32414,0,0,0,0,'','Deathstorm requires target Lordaeron Captain'),
(13,1,58912,0,0,31,0,3,31254,0,0,0,0,'','Deathstorm can hit Lordaeron Footsoldier'),
(13,1,58912,0,1,31,0,3,32414,0,0,0,0,'','Deathstorm can hit Lordaeron Captain');
@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `InhabitType` = 1 WHERE `entry` = 17312;

0 comments on commit 21168e8

Please sign in to comment.