diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-09-19 12:21:36 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-09-19 12:21:36 +0200 |
| commit | ff66d933d82255807361a1056c2406e3b01dad8b (patch) | |
| tree | 81d2a9d2f29c57eced5b2674f35c8335ff266a2d /sql | |
| parent | 872c2d4d6386ef778c5554eddf83beaf87aa3f3e (diff) | |
Scripts/Icecrown Citadel
* Traps after Deathbringer Saurfang will not turn off anymore
* Fixed Valithria Dreamwalker adds not attacking players
Closes #2343
Closes #2485
Closes #2815
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_09_19_00_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_19_00_world_spell_script_names.sql b/sql/updates/world/2011_09_19_00_world_spell_script_names.sql new file mode 100644 index 00000000000..5360210cef1 --- /dev/null +++ b/sql/updates/world/2011_09_19_00_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_summon_suppresser_effect'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(70936, 'spell_dreamwalker_summon_suppresser_effect'); |
