mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[9512] Spell 16952 and ranks will now correctly proc from all cat form abilities that add combo points
Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
parent
bee93cb17c
commit
a4ce06fd15
5 changed files with 13 additions and 5 deletions
6
sql/updates/9512_01_mangos_spell_proc_event.sql
Normal file
6
sql/updates/9512_01_mangos_spell_proc_event.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_9509_01_mangos_item_template required_9512_01_mangos_spell_proc_event bit;
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (16952, 16954);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(16952, 0x00000000, 7, 0x00039000, 0x00000400, 0x00000000, 0x00040000, 0x00000002, 0.000000, 0.000000, 0),
|
||||
(16954, 0x00000000, 7, 0x00039000, 0x00000400, 0x00000000, 0x00040000, 0x00000002, 0.000000, 0.000000, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue