diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-04-06 16:56:01 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-04-06 16:56:01 +0200 |
| commit | 433f988cc957be9565a24f8485abcb982039ab29 (patch) | |
| tree | bf41590bd4a029a9976015aa91756c1068fea92d /sql/updates | |
| parent | 142590e33e9a5d25ee7a9d7aa0e04036b5a78f02 (diff) | |
Scripts/Icecrown Citadel: Fixed Kinetic Bombs getting killed by attacking
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_04_06_01_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_04_06_01_world_spell_script_names.sql b/sql/updates/world/2011_04_06_01_world_spell_script_names.sql new file mode 100644 index 00000000000..e1a67656a0c --- /dev/null +++ b/sql/updates/world/2011_04_06_01_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_valanar_kinetic_bomb_absorb'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(72054, 'spell_valanar_kinetic_bomb_absorb'); |
