diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10840_world_script_texts.sql | 7 | ||||
| -rw-r--r-- | sql/updates/10840_world_scriptname.sql | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/10840_world_script_texts.sql b/sql/updates/10840_world_script_texts.sql new file mode 100644 index 00000000000..180bea7f12e --- /dev/null +++ b/sql/updates/10840_world_script_texts.sql @@ -0,0 +1,7 @@ +DELETE FROM `script_texts` WHERE `entry` IN (-1603289,-1603297,-1603298,-1603299); +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 +(33271,-1603289,'A cloud of saronite vapors coalesces nearby!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'General Vezax - Emote1'), +(33271,-1603297,'The saronite vapors mass and swirl violently, merging into a monstrous form!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'General Vezax - Emote2'), +(33271,-1603298,'A saronite barrier appears around General Vezax!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'General Vezax - Emote3'), +(33271,-1603299,'General Vezax roars and surges with dark might!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'General Vezax - Emote4'); diff --git a/sql/updates/10840_world_scriptname.sql b/sql/updates/10840_world_scriptname.sql new file mode 100644 index 00000000000..d24da6225c5 --- /dev/null +++ b/sql/updates/10840_world_scriptname.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `ScriptName`='boss_general_vezax' WHERE `entry`=33271; -- General Vezax +UPDATE `creature_template` SET `ScriptName`='npc_saronite_vapors' WHERE `entry`=33488; -- Saronite Vapors +UPDATE `creature_template` SET `ScriptName`='npc_saronite_animus' WHERE `entry`=33524; -- Saronite Animus |
