mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
* order guards not affected in sql updates so this not affect sql guards work. * TO DEVS: in next sql update commit please check carefully generated by git_is -s sql guards for correctness
7 lines
530 B
SQL
7 lines
530 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_9967_01_mangos_spell_proc_event required_9977_01_mangos_spell_proc_event bit;
|
|
|
|
DELETE FROM `spell_proc_event` WHERE `entry` IN (16180,16196,16198);
|
|
INSERT INTO `spell_proc_event` VALUES
|
|
(16180,0x00000000,11,0x000001C0,0x00000000,0x00000010,0x00000000,0x00000002,0.000000,0.000000, 0),
|
|
(16196,0x00000000,11,0x000001C0,0x00000000,0x00000010,0x00000000,0x00000002,0.000000,0.000000, 0),
|
|
(16198,0x00000000,11,0x000001C0,0x00000000,0x00000010,0x00000000,0x00000002,0.000000,0.000000, 0);
|