diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-05 06:06:44 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-01-12 03:12:22 +0100 |
commit | 21168e853d02c20ccb2234a421d594e5b9d4ac3a (patch) | |
tree | fc0a255e31cef1f5cedf904d229c201bb7b398bc | |
parent | 85b72b7b2b7c6a9ad8aba11d4f4ac678d62d8427 (diff) |
DB/Item: fix text for item "Verna's Westfall Stew Recipe"
Closes #17263 by SnapperRy
(cherry picked from commit 0e8f3e081090e1d7d7105c2fc20506279d35e718)
DB/Item: fix text for item "Lewis' Note"
Closes #17264 by SnapperRy
(cherry picked from commit 5a2726affb04d48b323b95f85bd3669b8ab2eeb0)
DB/Item: fix text for item "A Letter to Grelin Whitebeard"
Closes #17268 by SnapperRy
(cherry picked from commit 5a91e2cea025695e332a35a27d86fed6c685679a)
DB/Quest: fix prevquest for "Rejold's New Brew"
Closes #17269 by SnapperRy
(cherry picked from commit a932eb416eaf0f96ed4054f37de3b8e644a30584)
DB/Quest: fix RewardText for "Beer Basted Boar Ribs"
Closes #17275 by SnapperRy
(cherry picked from commit ce107f3fcde3c07153ab0d14e32e6d9bfe9a1724)
DB/Quest: fix chaining for quests related to Well Watcher Solanian
Closes #17282 by SnapperRy
(cherry picked from commit b14c5541b73e2b07e89a4381bec7d1aec5ffc365)
DB/Quest: fix chaining for Blood Elves' training quests
Closes #17284 by SnapperRy
(cherry picked from commit de9c4237a5131250dede5c7b106b8256a5ef09e7)
DB/locales_item: add missing localization for item "Bamboo Cage Key"
Closes #17285 by lyn1337
(cherry picked from commit ea12727b45bab4d113e4b280ad957de8b88c2510)
DB/gameobject: close "Cage Door" (STV)
Close #17287 by lyn1337
(cherry picked from commit af03601f09557ff43b8c2745e631736705f03c23)
DB/Creature: Plague Scientist spells
Closes #16729 by Gargarensis and Rushor
(cherry picked from commit 3cd66c90e9952245abb61d7902311c86949a9a30)
DB/Quest: Preparin' For Battle
Closes #9743 by Wylath
(cherry picked from commit 7f6b8ed4586d80755172639c4cfdd7130cf0b251)
DB/Quest: Army of the Damned
Closes #7801 by sirikfoll
(cherry picked from commit 3bba685b2a16dd267488dd34dd21ebb153e07293)
DB/Creature: Fix pathing for A Cry For Help
Closes #15722 by Joslyn-Maddie
(cherry picked from commit a6e7c9873c7b3530e1c4ff28119dbec30abc6afb)
9 files changed, 33 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_12_02_world_2016_06_05_00_world.sql b/sql/updates/world/master/2017_01_12_02_world_2016_06_05_00_world.sql new file mode 100644 index 00000000000..6da2282d424 --- /dev/null +++ b/sql/updates/world/master/2017_01_12_02_world_2016_06_05_00_world.sql @@ -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; diff --git a/sql/updates/world/master/2017_01_12_03_world_2016_06_05_01_world.sql b/sql/updates/world/master/2017_01_12_03_world_2016_06_05_01_world.sql new file mode 100644 index 00000000000..444a5be17ed --- /dev/null +++ b/sql/updates/world/master/2017_01_12_03_world_2016_06_05_01_world.sql @@ -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; diff --git a/sql/updates/world/master/2017_01_12_04_world_2016_06_05_02_world.sql b/sql/updates/world/master/2017_01_12_04_world_2016_06_05_02_world.sql new file mode 100644 index 00000000000..cab093eb88f --- /dev/null +++ b/sql/updates/world/master/2017_01_12_04_world_2016_06_05_02_world.sql @@ -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; diff --git a/sql/updates/world/master/2017_01_12_05_world_2016_06_05_04_world.sql b/sql/updates/world/master/2017_01_12_05_world_2016_06_05_04_world.sql new file mode 100644 index 00000000000..fdf6b535f8d --- /dev/null +++ b/sql/updates/world/master/2017_01_12_05_world_2016_06_05_04_world.sql @@ -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; diff --git a/sql/updates/world/master/2017_01_12_06_world_2016_06_05_08_world.sql b/sql/updates/world/master/2017_01_12_06_world_2016_06_05_08_world.sql new file mode 100644 index 00000000000..a2f5c580f92 --- /dev/null +++ b/sql/updates/world/master/2017_01_12_06_world_2016_06_05_08_world.sql @@ -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; diff --git a/sql/updates/world/master/2017_01_12_07_world_2016_06_05_09_world.sql b/sql/updates/world/master/2017_01_12_07_world_2016_06_05_09_world.sql new file mode 100644 index 00000000000..98f707aafcd --- /dev/null +++ b/sql/updates/world/master/2017_01_12_07_world_2016_06_05_09_world.sql @@ -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'"); diff --git a/sql/updates/world/master/2017_01_12_08_world_2016_06_05_10_world.sql b/sql/updates/world/master/2017_01_12_08_world_2016_06_05_10_world.sql new file mode 100644 index 00000000000..66c6e8dbc7c --- /dev/null +++ b/sql/updates/world/master/2017_01_12_08_world_2016_06_05_10_world.sql @@ -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); diff --git a/sql/updates/world/master/2017_01_12_09_world_2016_06_05_11_world.sql b/sql/updates/world/master/2017_01_12_09_world_2016_06_05_11_world.sql new file mode 100644 index 00000000000..3a76d73f9ab --- /dev/null +++ b/sql/updates/world/master/2017_01_12_09_world_2016_06_05_11_world.sql @@ -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'); diff --git a/sql/updates/world/master/2017_01_12_10_world_2016_06_05_12_world.sql b/sql/updates/world/master/2017_01_12_10_world_2016_06_05_12_world.sql new file mode 100644 index 00000000000..a446260985f --- /dev/null +++ b/sql/updates/world/master/2017_01_12_10_world_2016_06_05_12_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `InhabitType` = 1 WHERE `entry` = 17312; |