diff options
| author | megamage <none@none> | 2009-02-09 20:10:42 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-09 20:10:42 -0600 |
| commit | 99c822621621ae0aa1ab1b28d3c1dc782ee9434a (patch) | |
| tree | 0e559126edc6825c9c093cfa108e99537decf4d3 /sql/mangos.sql | |
| parent | b8d4c243590c0d1d45e4f53c2605b0cd9cf710f0 (diff) | |
[7249] Remove outdated data from `spell_proc_event`. Author: jorooo
--HG--
branch : trunk
Diffstat (limited to 'sql/mangos.sql')
| -rw-r--r-- | sql/mangos.sql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/mangos.sql b/sql/mangos.sql index 9f9a5dfb91e..b3093d85bc3 100644 --- a/sql/mangos.sql +++ b/sql/mangos.sql @@ -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'; -- @@ -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), |
