fix(DB/Core): "Battle for the Undercity" buffs (#1986)

- Cast the buffs from Thrall and Wrynn on themselves instead of the player. This prevents interrupting spellcasting of the player during battle.
- Override "EnterEvadeMode" for Thrall and Wrynn AI in order to prevent removing their auras on evade.
- Remove the spell script "spell_undercity_buffs" as it is not needed anymore (the players only get the aura when near Thrall or Wrynn)
This commit is contained in:
Stoabrogga
2019-06-25 20:17:23 +02:00
committed by Poszer
parent e15a0c2189
commit 62a5e95d8c
2 changed files with 44 additions and 47 deletions

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1560980987673005006');
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_undercity_buffs';