mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 19: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_01_mangos_spell_proc_event.sql
Normal file
5
sql/updates/8883_01_mangos_spell_proc_event.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_8882_03_mangos_spell_bonus_data required_8883_01_mangos_spell_proc_event bit;
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (63534);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(63534, 0x00000000, 6, 0x00000040, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue