mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
6 lines
566 B
SQL
6 lines
566 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10342_02_mangos_command required_10349_01_mangos_spell_proc_event bit;
|
|
|
|
delete from `spell_proc_event` where entry IN (71406, 71545);
|
|
insert into `spell_proc_event` values
|
|
(71406, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000000, 0.000000,45.000000, 0),
|
|
(71545, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000000, 0.000000,45.000000, 0);
|