mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +00:00
[10786] A bit spell proc housekeeping
* PPM values for enchanting spells 13898, 20029, 20032, 44524, 44576 * Correct cooldown for enchanting spell 59625 * Add procEx and cooldown for item 50198
This commit is contained in:
parent
d266db672d
commit
28ccd9975d
6 changed files with 30 additions and 5 deletions
6
sql/updates/10786_02_mangos_spell_proc_event.sql
Normal file
6
sql/updates/10786_02_mangos_spell_proc_event.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_10786_01_mangos_spell_proc_item_enchant required_10786_02_mangos_spell_proc_event bit;
|
||||
|
||||
DELETE FROM spell_proc_event WHERE entry IN (59630,71404);
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
(59630, 0x7F, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 35),
|
||||
(71404, 0x7F, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 50);
|
||||
Loading…
Add table
Add a link
Reference in a new issue