Skip to content

Commit

Permalink
[7249] Remove outdated data from spell_proc_event.
Browse files Browse the repository at this point in the history
Signed-off-by: DiSlord <dislord@nomail.com>
  • Loading branch information
jorooo authored and VladimirMangos committed Feb 8, 2009
1 parent 4249d82 commit bacf851
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions sql/mangos.sql
Expand Up @@ -22,7 +22,7 @@
DROP TABLE IF EXISTS `db_version`;
CREATE TABLE `db_version` (
`version` varchar(120) default NULL,
`required_7242_01_mangos_spell_bonus_data` bit(1) default NULL
`required_7249_01_mangos_spell_proc_event` bit(1) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';

--
Expand Down Expand Up @@ -17169,7 +17169,6 @@ INSERT INTO `spell_proc_event` VALUES
(60132, 0x00000000, 15, 0x00000000, 0x08020000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0),
(60170, 0x00000000, 5, 0x00000006, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0),
(60172, 0x00000000, 5, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0.000000, 0.000000, 0),
(60200, 0x00000000, 15, 0x00001000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0.000000, 0.000000, 0),
(60493, 0x00000000, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 45),
(60503, 0x00000000, 4, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0),
(60537, 0x00000000, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0),
Expand Down
3 changes: 3 additions & 0 deletions sql/updates/7249_01_mangos_spell_proc_event.sql
@@ -0,0 +1,3 @@
ALTER TABLE db_version CHANGE COLUMN required_7242_01_mangos_spell_bonus_data required_7249_01_mangos_spell_proc_event bit;

DELETE FROM `spell_proc_event` WHERE `entry`='60200';
2 changes: 2 additions & 0 deletions sql/updates/Makefile.am
Expand Up @@ -169,6 +169,7 @@ pkgdata_DATA = \
7230_02_mangos_spell_bonus_data.sql \
7235_01_mangos_command.sql \
7242_01_mangos_spell_bonus_data.sql \
7249_01_mangos_spell_proc_event.sql \
README

## Additional files to include when running 'make dist'
Expand Down Expand Up @@ -318,4 +319,5 @@ EXTRA_DIST = \
7230_02_mangos_spell_bonus_data.sql \
7235_01_mangos_command.sql \
7242_01_mangos_spell_bonus_data.sql \
7249_01_mangos_spell_proc_event.sql \
README
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7248"
#define REVISION_NR "7249"
#endif // __REVISION_NR_H__

0 comments on commit bacf851

Please sign in to comment.