[7636] Move lock id checks at GO templates loading to function and add check for...
[AHbot.git] / sql / updates / 7149_01_mangos_spell_proc_event.sql
blob1dcaf8e5e3dc2a950c1b440d9fdd0e4d2d76f148
1 ALTER TABLE db_version CHANGE COLUMN required_7147_01_mangos_creature_template required_7149_01_mangos_spell_proc_event bit;
3 -- (53501) Sheath of Light (Rank 1)
4 DELETE FROM `spell_proc_event` WHERE `entry` IN (53501);
5 INSERT INTO `spell_proc_event` VALUES (53501, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);
7 -- (53502) Sheath of Light (Rank 2)
8 DELETE FROM `spell_proc_event` WHERE `entry` IN (53502);
9 INSERT INTO `spell_proc_event` VALUES (53502, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);
11 -- (53503) Sheath of Light (Rank 3)
12 DELETE FROM `spell_proc_event` WHERE `entry` IN (53503);
13 INSERT INTO `spell_proc_event` VALUES (53503, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);
15 -- (53228) Rapid Recuperation (Rank 1)
16 DELETE FROM `spell_proc_event` WHERE `entry` IN (53228);
17 INSERT INTO `spell_proc_event` VALUES (53228, 0x00, 9, 0x00000020, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
19 -- (53232) Rapid Recuperation (Rank 2)
20 DELETE FROM `spell_proc_event` WHERE `entry` IN (53232);
21 INSERT INTO `spell_proc_event` VALUES (53232, 0x00, 9, 0x00000020, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);