diff options
| author | kaelima <jeppo_meyer@msn.com> | 2011-05-29 23:30:10 +0200 |
|---|---|---|
| committer | kaelima <jeppo_meyer@msn.com> | 2011-05-29 23:30:10 +0200 |
| commit | 00da67740d78f7a206c68d59d5d096d5633821c9 (patch) | |
| tree | 411eb683af93982d6b5c7fc4b588a05898e94553 /sql | |
| parent | 675de592b2809b95f189b20159ae5634c0c0b2d5 (diff) | |
Scripts/Ruby Sanctum:
- Fixed Enervating Brand debuff on nearby players.
- Fixed cloning in 25 heroic mode
- Corrected typo in timers
- Intro should no longer be triggered if the boss or xerestrasza resets.
- Xerestrasza will now do her outro properly.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_05_29_02_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_29_02_world_spell_script_names.sql b/sql/updates/world/2011_05_29_02_world_spell_script_names.sql new file mode 100644 index 00000000000..ccb6d8c7c34 --- /dev/null +++ b/sql/updates/world/2011_05_29_02_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_baltharus_enervating_brand_trigger'; +INSERT INTO `spell_script_names` VALUES +(74505, 'spell_baltharus_enervating_brand_trigger'); |
