mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
* It not has been added in commit time to mangos.sql * It alsow required data updating in family masks. Thank you to NoFantasy for reseatch problem :)
5 lines
324 B
SQL
5 lines
324 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10045_01_mangos_spell_proc_event required_10056_01_mangos_spell_proc_event bit;
|
|
|
|
DELETE FROM spell_proc_event WHERE entry IN (31571, 31572);
|
|
INSERT INTO spell_proc_event VALUES
|
|
(31571, 0x00, 3, 0x00000000, 0x00000000, 0x00000008, 0x00004000, 0x00000000, 0.000000, 0.000000, 0);
|