mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 01:37:02 +00:00
* PPM values for enchanting spells 13898, 20029, 20032, 44524, 44576 * Correct cooldown for enchanting spell 59625 * Add procEx and cooldown for item 50198
6 lines
579 B
SQL
6 lines
579 B
SQL
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);
|