diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_01_11_24_world_2016_06_02_00_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_11_24_world_2016_06_02_00_world.sql b/sql/updates/world/master/2017_01_11_24_world_2016_06_02_00_world.sql new file mode 100644 index 00000000000..c1167d60305 --- /dev/null +++ b/sql/updates/world/master/2017_01_11_24_world_2016_06_02_00_world.sql @@ -0,0 +1,11 @@ +DELETE FROM `spell_script_names` where `ScriptName` IN ('spell_jormungars_burning_spray','spell_jormungars_paralytic_spray','spell_jormungars_paralytic_toxin','spell_jormungars_paralysis'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(66902,'spell_jormungars_burning_spray'), -- Burning Spray +(66901,'spell_jormungars_paralytic_spray'), -- Paralytic Spray +(66823,'spell_jormungars_paralytic_toxin'), -- Paralytic Toxin +(66830,'spell_jormungars_paralysis'); -- Paralysis + +-- 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`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(35144,1,0,'You have been infected with a Paralytic Toxin!',42,0,100,0,0,0,36323,0,'Acidmaw - Special Attack'); |
