diff options
| author | Lopin <Lopin@TwinStar.cz> | 2011-05-08 17:42:02 +0200 |
|---|---|---|
| committer | Lopin <Lopin@TwinStar.cz> | 2011-05-08 17:42:02 +0200 |
| commit | 86fdeac7829c46d16c42bb4265dd1fded43307ff (patch) | |
| tree | 9fb606b5b26fd8989e13be9da03a754c3875e86b /sql/scripts | |
| parent | 467eb062e346babec52a5a3b47cfa8a953697ffb (diff) | |
Spells/Ulduar: Fixes spell Shield Of Runes in Assembly Of Iron Encounter
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index 3a229fafdee..e12bd0153b8 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -2130,6 +2130,8 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 64702, 'spell_ulduar_squeezed_lifeless'), ( 63027, 'spell_ulduar_proximity_mines'), ( 63276, 'spell_mark_of_the_faceless'), +( 63489, 'spell_shield_of_runes'), +( 62274, 'spell_shield_of_runes'), -- Eye Of Eternity ( 56105, 'spell_malygos_vortex_dummy'), ( 55873, 'spell_malygos_vortex_visual'), |
