diff options
| author | Keader <keader.android@gmail.com> | 2016-04-17 15:10:13 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2016-04-23 09:49:41 -0300 |
| commit | 0912df258d722f867c8ebe8fc77310f4fd1ce38c (patch) | |
| tree | 9a889747d06c46c624f497b11d5adc69fc8c7766 /sql | |
| parent | c333d0f6de4ecef31ce4fdb228f8744b38825f69 (diff) | |
Core/Scripts Improve Jormungars fight
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/9999_99_99_99_world.sql | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/9999_99_99_99_world.sql b/sql/updates/world/3.3.5/9999_99_99_99_world.sql new file mode 100644 index 00000000000..6e708e4a6c4 --- /dev/null +++ b/sql/updates/world/3.3.5/9999_99_99_99_world.sql @@ -0,0 +1,19 @@ +DELETE FROM `spell_script_names` where `ScriptName` IN ('spell_burning_spray','spell_paralytic_spray','spell_jormungars_paralytic_toxin'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(66902,'spell_burning_spray'), -- Burning Spray 10m normal +(67627,'spell_burning_spray'), -- Burning Spray 25m normal +(67628,'spell_burning_spray'), -- Burning Spray 10m heroic +(67629,'spell_burning_spray'), -- Burning Spray 25m heroic +(66901,'spell_paralytic_spray'), -- Paralytic Spray 10m normal +(67615,'spell_paralytic_spray'), -- Paralytic Spray 25m normal +(67616,'spell_paralytic_spray'), -- Paralytic Spray 10m heroic +(67617,'spell_paralytic_spray'), -- Paralytic Spray 25m heroic +(66823,'spell_jormungars_paralytic_toxin'), -- Paralytic Toxin 10m normal +(67618,'spell_jormungars_paralytic_toxin'), -- Paralytic Toxin 25m normal +(67619,'spell_jormungars_paralytic_toxin'), -- Paralytic Toxin 10m heroic +(67620,'spell_jormungars_paralytic_toxin'); -- Paralytic Toxin 25m heroic + +-- Acidmaw missing text +DELETE FROM `creature_text` where entry = 35144 AND groupid = 1; +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES +(35144, 1, 0, 'You have been infected with a Paralytic Toxin!', 42, 0, 0, 0, 0, 0, 'Acidmaw - Special Attack'); |
