aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Scripting/ScriptSystem.cpp
diff options
context:
space:
mode:
authorAndrew Blakely <andrew.blakely@ymail.com>2016-11-25 07:54:38 -0600
committerSarah Alexander <sarah-alexander@outlook.com>2016-11-25 11:54:38 -0200
commit60ac53ff07333a62c3d76b6daf072d4fbcb11d1c (patch)
treefa19165e952972c28d9ec33870ecc7b61b0cfe56 /src/server/game/Scripting/ScriptSystem.cpp
parent28050f338dfc66e0c40b6a3915bf96e38e0613e5 (diff)
Core/Scripts: Fixed Vaelastrasz bomb mechanic (#18260)
* Core/Scripts: Fixed Vaelastrasz bomb mechanic Vaelstraz was suppose to bomb raid members that are mana users every 15 seconds. He was not doing that with the current implementation. This implementation allows him to bomb the raid and to select the proper targets. This is also done in a cleaner way. * Added AuraScript for SPELL_BURNINGADRENALINE Needed to define an AuraScript for custom behavior that would denatonate the damaging aura when the debuff falls off. SpellId - 18173 * Added SQL for Burning Adrenaline Script Ref * Fixed Multiple Application of BA * Add unit null check in lambda * Remove DB name from sql query * Added Newline in SQL update file. * Added SQL delete query for potential existing spell * Fix SQL newline again. * As suggested a simpler SpellCast overload works I don't know if there are any consequences but it seems to function fine in in-game. I'd like more information on the overload that involves an AuraEffect. * Remove duplicate Unit null check in lambda * Update boss_vaelastrasz.cpp
Diffstat (limited to 'src/server/game/Scripting/ScriptSystem.cpp')
0 files changed, 0 insertions, 0 deletions