[7146] Trailing whitespace code cleanup
[getmangos.git] / sql / updates / 7044_01_mangos_spell_proc_event.sql
blob8dc295b73161b46090dfd7105203439c0a1f96fc
1 ALTER TABLE db_version CHANGE COLUMN required_7040_01_mangos_achievement_reward required_7044_01_mangos_spell_proc_event bit;
3 -- (48110) Prayer of Mending (Rank 2)
4 DELETE FROM `spell_proc_event` WHERE `entry` IN (48110);
5 INSERT INTO `spell_proc_event` VALUES (48110, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000A02A8, 0x00000000, 0.000000, 0.000000, 0);
7 -- (48112) Prayer of Mending (Rank 2)
8 DELETE FROM `spell_proc_event` WHERE `entry` IN (48112);
9 INSERT INTO `spell_proc_event` VALUES (48112, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000A02A8, 0x00000000, 0.000000, 0.000000, 0);
11 -- (48111) Prayer of Mending (Rank 3)
12 DELETE FROM `spell_proc_event` WHERE `entry` IN (48111);
13 INSERT INTO `spell_proc_event` VALUES (48111, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000A02A8, 0x00000000, 0.000000, 0.000000, 0);
15 -- (48113) Prayer of Mending (Rank 3)
16 DELETE FROM `spell_proc_event` WHERE `entry` IN (48113);
17 INSERT INTO `spell_proc_event` VALUES (48113, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000A02A8, 0x00000000, 0.000000, 0.000000, 0);