diff options
| author | Keader <keader.android@gmail.com> | 2016-12-22 08:59:08 -0300 |
|---|---|---|
| committer | DoctorKraft <DoctorKraft@users.noreply.github.com> | 2018-03-12 16:39:46 +0100 |
| commit | fd6bcdce984a6637a8846b7e7df09486c560bd26 (patch) | |
| tree | f79a839a5f4dcb36178ab0bf77d09c24160af49a /sql | |
| parent | 099e6521257e4d978b46ae3886ec1508e123da83 (diff) | |
Core/Scripts: Mother Shahraz encounter rewrite (#18446)
(cherry picked from commit c2dace57db69f679432a790e90603f7a0e6f21e1)
Rename SQL file
(cherry picked from commit ffbc016d441ac3330a03aef127edf4a9f90176ab)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2018_03_12_13_world_2016_12_22_00_world.sql | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_03_12_13_world_2016_12_22_00_world.sql b/sql/updates/world/master/2018_03_12_13_world_2016_12_22_00_world.sql new file mode 100644 index 00000000000..3cdda1b386a --- /dev/null +++ b/sql/updates/world/master/2018_03_12_13_world_2016_12_22_00_world.sql @@ -0,0 +1,24 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ( +'spell_mother_shahraz_fatal_attraction', +'spell_mother_shahraz_fatal_attraction_link', +'spell_mother_shahraz_saber_lash', +'spell_mother_shahraz_generic_periodic', +'spell_mother_shahraz_random_periodic'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(40869,'spell_mother_shahraz_fatal_attraction'), +(40870,'spell_mother_shahraz_fatal_attraction_link'), +(40816,'spell_mother_shahraz_saber_lash'), +(40863,'spell_mother_shahraz_generic_periodic'), +(40865,'spell_mother_shahraz_generic_periodic'), +(40866,'spell_mother_shahraz_generic_periodic'), +(40862,'spell_mother_shahraz_generic_periodic'), +(40867,'spell_mother_shahraz_random_periodic'); + +DELETE FROM `creature_addon` WHERE `guid`=52760; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(52760, 0, 0, 0, 0, 0, 40816); + +DELETE FROM `creature_text` WHERE `CreatureID`=22947 AND `GroupID` IN(6,7); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `Comment`) VALUES +(22947, 6, 0, '%s goes into a frenzy!', 41, 0, 100, 0, 0, 0, 2384, 0, 'shahraz EMOTE_ENRAGE'), +(22947, 7, 0, '%s goes into a berserker rage!', 16, 0, 100, 0, 0, 0, 4428, 0, 'shahraz EMOTE_BERSERK'); |
