diff --git a/sql/updates/world/2016_07_20_16_world_from_335_was_2016_07_16_04_world.sql b/sql/updates/world/2016_07_20_16_world_from_335_was_2016_07_16_04_world.sql new file mode 100644 index 00000000000..9bdba2e4deb --- /dev/null +++ b/sql/updates/world/2016_07_20_16_world_from_335_was_2016_07_16_04_world.sql @@ -0,0 +1,2 @@ +-- Fix Flightmaster Runetog Wildhammer, Shatter Point +UPDATE `gossip_menu_option` SET `option_id` = 4, `npc_option_npcflag` = 8192 WHERE `menu_id` = 8095; diff --git a/sql/updates/world/2016_07_20_17_world_from_335_was_2016_07_16_05_world_335.sql b/sql/updates/world/2016_07_20_17_world_from_335_was_2016_07_16_05_world_335.sql new file mode 100644 index 00000000000..5a06dbbb231 --- /dev/null +++ b/sql/updates/world/2016_07_20_17_world_from_335_was_2016_07_16_05_world_335.sql @@ -0,0 +1,5 @@ +/* +DELETE FROM `creature` WHERE `guid`=52668; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(52668, 10979, 0, 1, 1, 2709, 0, 2109.13, -1829.79, 58.1995, 3.9185, 315, 3, 0, 2964, 0, 1, 0, 0, 0, 0); +*/ \ No newline at end of file diff --git a/sql/updates/world/2016_07_20_18_world_from_335_was_2016_07_16_06_world.sql b/sql/updates/world/2016_07_20_18_world_from_335_was_2016_07_16_06_world.sql new file mode 100644 index 00000000000..a8e9510c965 --- /dev/null +++ b/sql/updates/world/2016_07_20_18_world_from_335_was_2016_07_16_06_world.sql @@ -0,0 +1 @@ +UPDATE `command` SET `help`='Syntax: .cooldown [#spell_id]\r\n\r\nRemove all (if spell_id not provided) or #spel_id spell cooldown from selected character or their pet or you (if no selection).' WHERE `name`='cooldown'; diff --git a/sql/updates/world/2016_07_20_19_world_from_335_was_2016_07_16_07_world.sql b/sql/updates/world/2016_07_20_19_world_from_335_was_2016_07_16_07_world.sql new file mode 100644 index 00000000000..8ec7fd04252 --- /dev/null +++ b/sql/updates/world/2016_07_20_19_world_from_335_was_2016_07_16_07_world.sql @@ -0,0 +1,7 @@ +/* +-- enable 2 new spell scripts: spell_hallow_end_candy & spell_hallow_end_candy_pirate +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_hallow_end_candy','spell_hallow_end_candy_pirate'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(24930,'spell_hallow_end_candy'), +(24926,'spell_hallow_end_candy_pirate'); +*/ diff --git a/sql/updates/world/2016_07_20_20_world_from_335_was_2016_07_16_08_world.sql b/sql/updates/world/2016_07_20_20_world_from_335_was_2016_07_16_08_world.sql new file mode 100644 index 00000000000..af4db3f1567 --- /dev/null +++ b/sql/updates/world/2016_07_20_20_world_from_335_was_2016_07_16_08_world.sql @@ -0,0 +1,8 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID` IN (12692, 12695); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (19, 20) AND `SourceEntry` IN (12692, 12695); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19, 0, 12692, 0, 0, 43, 0, 12582, 0, 0, 0, 0, 0, "", "Quest 'Return of the Lich Hunter' can be accepted if daily quest 'Frenzyheart Champion' hsa been turned in"), +(20, 0, 12692, 0, 0, 43, 0, 12582, 0, 0, 0, 0, 0, "", "Quest mark for 'Return of the Lich Hunter' can be seen if daily quest 'Frenzyheart Champion' hsa been turned in"), +(19, 0, 12695, 0, 0, 43, 0, 12689, 0, 0, 0, 0, 0, "", "Quest 'Return of the Friendly Dryskin' can be accepted if daily quest 'Hand of the Oracles' has been turned in"), +(20, 0, 12695, 0, 0, 43, 0, 12689, 0, 0, 0, 0, 0, "", "Quest mark for 'Return of the Friendly Dryskin' can be accepted if daily quest 'Hand of the Oracles' has been turned in");