diff options
-rw-r--r-- | sql/updates/10182_world_script_texts.sql (renamed from sql/updates/10181_world_script_texts.sql) | 2 | ||||
-rw-r--r-- | sql/updates/10182_world_spell_script_names.sql (renamed from sql/updates/10181_world_spell_script_names.sql) | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sql/updates/10181_world_script_texts.sql b/sql/updates/10182_world_script_texts.sql index e131affb749..f43d12ed768 100644 --- a/sql/updates/10181_world_script_texts.sql +++ b/sql/updates/10182_world_script_texts.sql @@ -1,3 +1,3 @@ -DELETE FROM `script_texts` WHERE `entry` IN (-1571043,-1571042); +DELETE FROM `script_texts` WHERE `entry` IN (-1603229); INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) VALUES (33118,-1603229,'Ignis the Furnace Master begins to cast Flame Jets!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'IGNIS EMOTE_JETS'); diff --git a/sql/updates/10181_world_spell_script_names.sql b/sql/updates/10182_world_spell_script_names.sql index 8fd8b74e431..18c9b188d2d 100644 --- a/sql/updates/10181_world_spell_script_names.sql +++ b/sql/updates/10182_world_spell_script_names.sql @@ -1,4 +1,5 @@ DELETE FROM `spell_script_names` WHERE `spell_id`=62717 AND `ScriptName`='spell_ignis_slag_pot'; +DELETE FROM `spell_script_names` WHERE `spell_id`=63477 AND `ScriptName`='spell_ignis_slag_pot'; INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (62717, 'spell_ignis_slag_pot'); -- boss Ignis 10man -(62717, 'spell_ignis_slag_pot'); -- boss Ignis 25man +(63477, 'spell_ignis_slag_pot'); -- boss Ignis 25man |