mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 22:37:05 +00:00
[8498] Implement talent 53234 and ranks.
(cherry picked from commit 510b81f53bbe59beccbc113a802b3f9b1e669e3a) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
67d4335614
commit
c45362a9fc
6 changed files with 23 additions and 3 deletions
8
sql/updates/8498_01_mangos_spell_proc_event.sql
Normal file
8
sql/updates/8498_01_mangos_spell_proc_event.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_8488_02_mangos_spell_bonus_data required_8498_01_mangos_spell_proc_event bit;
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (53234, 53237, 53238);
|
||||
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
(53234, 0x00000000, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0),
|
||||
(53237, 0x00000000, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0),
|
||||
(53238, 0x00000000, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue