mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
[8883] Implement instant healing part of talent 63534 and ranks.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
026e540c49
commit
63258f2407
7 changed files with 34 additions and 3 deletions
5
sql/updates/8883_02_mangos_spell_bonus_data.sql
Normal file
5
sql/updates/8883_02_mangos_spell_bonus_data.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_8883_01_mangos_spell_proc_event required_8883_02_mangos_spell_bonus_data bit;
|
||||
|
||||
DELETE FROM spell_bonus_data WHERE entry = 63544;
|
||||
INSERT INTO spell_bonus_data VALUES
|
||||
(63544, 0, 0, 0, 'Priest - Empowered Renew Triggered');
|
||||
Loading…
Add table
Add a link
Reference in a new issue