mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
fix sql from previous commit
--HG-- branch : trunk rename : sql/updates/10181_world_script_texts.sql => sql/updates/10182_world_script_texts.sql rename : sql/updates/10181_world_spell_script_names.sql => sql/updates/10182_world_spell_script_names.sql
This commit is contained in:
@@ -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');
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user