diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-08-27 17:02:44 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-08-27 17:02:44 +0200 |
| commit | 28a8732c8b127b44a61e7981e98a354a72d1dfed (patch) | |
| tree | 1fde36ea51b319409f319c6e4354311033e26de7 /sql | |
| parent | 875416607198acf7d6fc4ca15b11975f1127f36f (diff) | |
Scripts/Icecrown Citadel
* Fixed Lord Marrowgar's Coldflame
* Fixed crashes cause by recent targeting changes in Professor Putricide
* Corrected target usage in Rotface's Ooze Explosion spell script
* Added missing previous bosses killed check to Valithria Dreamwalker
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_08_27_01_world_spell_script_names.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_08_27_01_world_spell_script_names.sql b/sql/updates/world/2011_08_27_01_world_spell_script_names.sql new file mode 100644 index 00000000000..7ca3c9f4d64 --- /dev/null +++ b/sql/updates/world/2011_08_27_01_world_spell_script_names.sql @@ -0,0 +1 @@ +UPDATE `spell_script_names` SET `ScriptName`='spell_marrowgar_coldflame_bonestorm' WHERE `spell_id`=72705 AND `ScriptName`='spell_marrowgar_coldflame'; |
