mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
6 lines
573 B
SQL
6 lines
573 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10867_02_mangos_creature_template required_10883_01_mangos_spell_proc_event bit;
|
|
|
|
DELETE FROM spell_proc_event WHERE entry IN (71880,71892);
|
|
INSERT INTO spell_proc_event VALUES
|
|
(71880, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 1.000000, 0.000000, 0),
|
|
(71892, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 1.000000, 0.000000, 0);
|