diff options
| author | kaelima <jeppo_meyer@msn.com> | 2011-05-13 00:15:32 +0200 |
|---|---|---|
| committer | kaelima <jeppo_meyer@msn.com> | 2011-05-13 00:15:32 +0200 |
| commit | 82dcb31eeec24b4be24243b5e95164305759efa7 (patch) | |
| tree | 9e07fb8552339bb42cd561703402c2c6e1119e64 /sql | |
| parent | 6b794f65f30323a66689c3a76f67c1a87c098ced (diff) | |
Scripts/Doomlord Kazzak: Fix spell Mark of Kazzak, further cleanup and fix sqls added with this commit.
Diffstat (limited to 'sql')
3 files changed, 18 insertions, 14 deletions
diff --git a/sql/updates/world/2011_05_12_09_world_creature_text.sql b/sql/updates/world/2011_05_12_09_world_creature_text.sql deleted file mode 100644 index f63c3ed3e63..00000000000 --- a/sql/updates/world/2011_05_12_09_world_creature_text.sql +++ /dev/null @@ -1,14 +0,0 @@ -DELETE FROM `creature_text` WHERE `entry` IN (18728); -INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`sound`,`language`,`probability`,`emote`,`duration`,`comment`) VALUES -(18728,0,0,'I remember well the sting of defeat at the conclusion of the Third War. I have waited far too long for my revenge. Now the shadow of the Legion falls over this world. It is only a matter of time until all of your failed creation... is undone.',1,11332,'kazzak SAY_INTRO'), -(18728,1,0,'The Legion will conquer all!',1,11333,'kazzak SAY_AGGRO1'), -(18728,1,1,'All mortals will perish!',1,11334,'kazzak SAY_AGGRO2'), -(18728,2,0,'All life must be eradicated!',1,11335,'kazzak SAY_SURPREME1'), -(18728,2,1,'I''ll rip the flesh from your bones!',1,11336,'kazzak SAY_SURPREME2'), -(18728,3,0,'Kirel Narak!',1,11337,'kazzak SAY_KILL1'), -(18728,3,1,'Contemptible wretch!',1,11338,'kazzak SAY_KILL2'), -(18728,3,2,'The universe will be remade.',1,11339,'kazzak SAY_KILL3'), -(18728,4,0,'The Legion... will never... fall.',1,11340,'kazzak SAY_DEATH'), -(18728,5,0,'%s goes into a frenzy!',2,0,'kazzak EMOTE_FRENZY'), -(18728,6,0,'Invaders, you dangle upon the precipice of oblivion! The Burning Legion comes and with it comes your end.',1,0,'kazzak SAY_RAND1'), -(18728,6,1,'Impudent whelps, you only delay the inevitable. Where one has fallen, ten shall rise. Such is the will of Kazzak...',1,0,'kazzak SAY_RAND2'); diff --git a/sql/updates/world/2011_05_12_14_world_creature_text.sql b/sql/updates/world/2011_05_12_14_world_creature_text.sql new file mode 100644 index 00000000000..a370289ae3e --- /dev/null +++ b/sql/updates/world/2011_05_12_14_world_creature_text.sql @@ -0,0 +1,15 @@ +DELETE FROM `script_texts` WHERE `npc_entry` IN (10427,20129); +DELETE FROM `creature_text` WHERE `entry`=18728; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`sound`,`comment`) VALUES +(18728,0,0, 'I remember well the sting of defeat at the conclusion of the Third War. I have waited far too long for my revenge. Now the shadow of the Legion falls over this world. It is only a matter of time until all of your failed creation... is undone.',1,11332,'kazzak SAY_INTRO'), +(18728,1,0, 'The Legion will conquer all!',1,11333,'kazzak SAY_AGGRO1'), +(18728,1,1, 'All mortals will perish!',1,11334,'kazzak SAY_AGGRO2'), +(18728,2,0, 'All life must be eradicated!',1,11335,'kazzak SAY_SURPREME1'), +(18728,2,1, 'I''ll rip the flesh from your bones!',1,11336,'kazzak SAY_SURPREME2'), +(18728,3,0, 'Kirel Narak!',1,11337,'kazzak SAY_KILL1'), +(18728,3,1, 'Contemptible wretch!',1,11338,'kazzak SAY_KILL2'), +(18728,3,2, 'The universe will be remade.',1,11339,'kazzak SAY_KILL3'), +(18728,4,0, 'The Legion... will never... fall.',1,11340,'kazzak SAY_DEATH'), +(18728,5,0, '%s goes into a frenzy!',2,0,'kazzak EMOTE_FRENZY'), +(18728,6,0, 'Invaders, you dangle upon the precipice of oblivion! The Burning Legion comes and with it comes your end.',1,0,'kazzak SAY_RAND1'), +(18728,6,1, 'Impudent whelps, you only delay the inevitable. Where one has fallen, ten shall rise. Such is the will of Kazzak...',1,0,'kazzak SAY_RAND2'); diff --git a/sql/updates/world/2011_05_12_15_world_spell_script_names.sql b/sql/updates/world/2011_05_12_15_world_spell_script_names.sql new file mode 100644 index 00000000000..92072afc0d6 --- /dev/null +++ b/sql/updates/world/2011_05_12_15_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=32960 AND `ScriptName`= 'spell_doomlord_kazzak_mark_of_kazzak'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(32960, 'spell_doomlord_kazzak_mark_of_kazzak'); |
