diff options
| author | Machiavelli <none@none> | 2010-12-22 17:40:12 +0100 |
|---|---|---|
| committer | Machiavelli <none@none> | 2010-12-22 17:40:12 +0100 |
| commit | d9ba90d2775c9cced456a3ac9247a8a3f6bc442f (patch) | |
| tree | 86e224d0b8ac7186a1ab2071523f053664c95712 /sql/scripts | |
| parent | 80a5cda77f360632baef0f99f317bc186566214c (diff) | |
Scripts/Ulduar:
- Fix Rune of Summoning + use correct spell for Lightning Elemental passive + fix a crash
- Fix Rune of Power - thanks to Shauren for spell target help (see DB data)
** Note: Aura system bug causes Rune of Power aura to be reapplied every 0.5 second
- Prevent engaging bosses one by one
- Respawn bosses if encounter failed
- Fix supercharge appliance and stacking
- Add a few missing changes to instance data saving fix from a85e26e211
- Cleanup
--HG--
branch : trunk
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index 5dc9df6b349..b53ff99631c 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -1526,6 +1526,7 @@ UPDATE `creature_template` SET `ScriptName`='boss_runemaster_molgeim' WHERE `ent UPDATE `creature_template` SET `ScriptName`='boss_stormcaller_brundir' WHERE `entry`=32857; UPDATE `creature_template` SET `ScriptName`='mob_lightning_elemental' WHERE `entry`=32958; UPDATE `creature_template` SET `ScriptName`='mob_rune_of_summoning' WHERE `entry`=33051; +UPDATE `creature_template` SET `ScriptName`= 'mob_rune_of_power' WHERE entry = 33705; UPDATE `creature_template` SET `ScriptName`='boss_kologarn' WHERE `entry`=32930; UPDATE `creature_template` SET `ScriptName`='boss_algalon' WHERE `entry`=32871; UPDATE `creature_template` SET `ScriptName`='mob_collapsing_star' WHERE `entry`=32955; |
