diff --git a/sql/updates/9526_01_mangos_spell_proc_event.sql b/sql/updates/9526_01_mangos_spell_proc_event.sql index 9a91fc04b..b0e7138a9 100644 --- a/sql/updates/9526_01_mangos_spell_proc_event.sql +++ b/sql/updates/9526_01_mangos_spell_proc_event.sql @@ -1,6 +1,6 @@ -ALTER TABLE db_version CHANGE COLUMN required_9512_01_mangos_spell_proc_event required_9526_01_mangos_spell_proc_event bit; - -DELETE FROM `spell_proc_event` WHERE `entry` IN (16952, 16954); -INSERT INTO `spell_proc_event` VALUES -(16952, 0x00000000, 7, 0x00039000, 0x00000400, 0x00040000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0), +ALTER TABLE db_version CHANGE COLUMN required_9512_01_mangos_spell_proc_event required_9526_01_mangos_spell_proc_event bit; + +DELETE FROM `spell_proc_event` WHERE `entry` IN (16952, 16954); +INSERT INTO `spell_proc_event` VALUES +(16952, 0x00000000, 7, 0x00039000, 0x00000400, 0x00040000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0), (16954, 0x00000000, 7, 0x00039000, 0x00000400, 0x00040000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); \ No newline at end of file diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 76aeb0772..f06cb7e6c 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9526" + #define REVISION_NR "9527" #endif // __REVISION_NR_H__