Skip to content

Commit

Permalink
[10427] Drop redundant data from spell_proc_event after recent spel…
Browse files Browse the repository at this point in the history
…l chain changes.
  • Loading branch information
VladimirMangos committed Aug 31, 2010
1 parent a1b97ce commit 1fc52ea
Show file tree
Hide file tree
Showing 9 changed files with 19,644 additions and 19,641 deletions.
3,214 changes: 1,607 additions & 1,607 deletions sql/characters.sql

Large diffs are not rendered by default.

35,300 changes: 17,649 additions & 17,651 deletions sql/mangos.sql

Large diffs are not rendered by default.

424 changes: 212 additions & 212 deletions sql/realmd.sql

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sql/updates/10422_01_mangos_spell_proc_event.sql
@@ -1,4 +1,4 @@
ALTER TABLE db_version CHANGE COLUMN required_10419_01_mangos_spell_chain required_10422_01_mangos_spell_proc_event bit;

DELETE FROM spell_proc_event WHERE entry = 71642;
INSERT INTO spell_proc_event VALUES (71642, 0x7F, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
INSERT INTO spell_proc_event VALUES (71642, 0x7F, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
2 changes: 1 addition & 1 deletion sql/updates/10423_01_mangos_spell_chain.sql
Expand Up @@ -72,4 +72,4 @@ DELETE FROM spell_chain WHERE spell_id IN (
53558, 53559, 53560, 53561, 53562, 24604, 64491, 64492, 64493, 64494, 64495,
50519, 53564, 53565, 53566, 53567, 53568, 50245, 53544, 53545, 53546, 53547,
53548
);
);
3 changes: 3 additions & 0 deletions sql/updates/10427_01_mangos_spell_proc_event.sql
@@ -0,0 +1,3 @@
ALTER TABLE db_version CHANGE COLUMN required_10423_01_mangos_spell_chain required_10427_01_mangos_spell_proc_event bit;

DELETE FROM spell_proc_event WHERE entry IN (16954, 16961);
336 changes: 169 additions & 167 deletions sql/updates/Makefile.am
@@ -1,167 +1,169 @@
# Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

## Process this file with automake to produce Makefile.in

## Sub-directories to parse

## Change installation location
# datadir = mangos/sql/updates
pkgdatadir = $(datadir)/mangos/sql/updates

## Files to be installed
# Install basic SQL files to datadir
pkgdata_DATA = \
10008_01_realmd_realmd_db_version.sql \
10148_01_mangos_mangos_string.sql \
10156_01_characters_character_aura.sql \
10156_02_characters_pet_aura.sql \
10156_03_mangos_spell_proc_event.sql \
10159_01_mangos_spell_proc_event.sql \
10160_01_characters_character_aura.sql \
10160_02_characters_pet_aura.sql \
10171_01_mangos_mangos_string.sql \
10197_01_mangos_playercreateinfo.sql \
10203_01_mangos_item_template.sql \
10205_01_mangos_spell_area.sql \
10207_01_mangos_npc_vendor.sql \
10208_01_mangos_playercreateinfo.sql \
10217_01_mangos_playercreateinfo_spell.sql \
10217_02_mangos_playercreateinfo_action.sql \
10217_03_mangos_spell_learn_spell.sql \
10217_04_mangos_spell_chain.sql \
10217_05_mangos_spell_proc_event.sql \
10219_01_mangos_spell_proc_event.sql \
10223_01_mangos_spell_proc_event.sql \
10237_01_mangos_spell_bonus_data.sql \
10244_01_mangos_command.sql \
10251_01_mangos_command.sql \
10252_01_mangos_reputation_reward_rate.sql \
10254_01_characters_auctionhouse.sql \
10256_01_mangos_command.sql \
10257_01_mangos_command.sql \
10263_01_mangos_pool_creature.sql \
10263_02_mangos_pool_gameobject.sql \
10263_03_mangos_pool_pool.sql \
10270_01_mangos_reputation_spillover_template.sql \
10286_01_mangos_creature_addon.sql \
10289_01_mangos_creature_template.sql \
10289_02_mangos_creature_model_info.sql \
10299_01_mangos_event_id_scripts.sql \
10307_01_mangos_instance_template.sql \
10307_02_mangos_scripted_areatrigger.sql \
10307_03_mangos_scripted_event_id.sql \
10312_01_characters_character_aura.sql \
10312_02_characters_pet_aura.sql \
10314_01_mangos_mangos_string.sql \
10314_02_mangos_command.sql \
10323_01_mangos_mangos_string.sql \
10323_02_mangos_command.sql \
10331_01_mangos_mangos_string.sql \
10331_02_mangos_command.sql \
10332_01_characters_character_aura.sql \
10332_02_characters_pet_aura.sql \
10342_01_mangos_mangos_string.sql \
10342_02_mangos_command.sql \
10349_01_mangos_spell_proc_event.sql \
10350_02_mangos_command.sql \
10353_01_mangos_mangos_string.sql \
10353_02_mangos_command.sql \
10362_01_mangos_creature_movement_template.sql \
10365_01_mangos_creature_ai_scripts.sql \
10381_01_mangos_creature_model_race.sql \
10400_01_mangos_mangos_string.sql \
10409_01_mangos_spell_chain.sql \
10409_02_mangos_spell_proc_event.sql \
10410_01_mangos_spell_chain.sql \
10411_01_mangos_spell_proc_event.sql \
10416_01_mangos_spell_proc_event.sql \
10419_01_mangos_spell_chain.sql \
10422_01_mangos_spell_proc_event.sql \
10423_01_mangos_spell_chain.sql \
README

## Additional files to include when running 'make dist'
# SQL update files, to upgrade database schema from older revisions
EXTRA_DIST = \
10008_01_realmd_realmd_db_version.sql \
10148_01_mangos_mangos_string.sql \
10156_01_characters_character_aura.sql \
10156_02_characters_pet_aura.sql \
10156_03_mangos_spell_proc_event.sql \
10159_01_mangos_spell_proc_event.sql \
10160_01_characters_character_aura.sql \
10160_02_characters_pet_aura.sql \
10171_01_mangos_mangos_string.sql \
10197_01_mangos_playercreateinfo.sql \
10203_01_mangos_item_template.sql \
10205_01_mangos_spell_area.sql \
10207_01_mangos_npc_vendor.sql \
10208_01_mangos_playercreateinfo.sql \
10217_01_mangos_playercreateinfo_spell.sql \
10217_02_mangos_playercreateinfo_action.sql \
10217_03_mangos_spell_learn_spell.sql \
10217_04_mangos_spell_chain.sql \
10217_05_mangos_spell_proc_event.sql \
10219_01_mangos_spell_proc_event.sql \
10223_01_mangos_spell_proc_event.sql \
10237_01_mangos_spell_bonus_data.sql \
10244_01_mangos_command.sql \
10251_01_mangos_command.sql \
10252_01_mangos_reputation_reward_rate.sql \
10254_01_characters_auctionhouse.sql \
10256_01_mangos_command.sql \
10257_01_mangos_command.sql \
10263_01_mangos_pool_creature.sql \
10263_02_mangos_pool_gameobject.sql \
10263_03_mangos_pool_pool.sql \
10270_01_mangos_reputation_spillover_template.sql \
10286_01_mangos_creature_addon.sql \
10289_01_mangos_creature_template.sql \
10289_02_mangos_creature_model_info.sql \
10299_01_mangos_event_id_scripts.sql \
10307_01_mangos_instance_template.sql \
10307_02_mangos_scripted_areatrigger.sql \
10307_03_mangos_scripted_event_id.sql \
10312_01_characters_character_aura.sql \
10312_02_characters_pet_aura.sql \
10314_01_mangos_mangos_string.sql \
10314_02_mangos_command.sql \
10323_01_mangos_mangos_string.sql \
10323_02_mangos_command.sql \
10331_01_mangos_mangos_string.sql \
10331_02_mangos_command.sql \
10332_01_characters_character_aura.sql \
10332_02_characters_pet_aura.sql \
10342_01_mangos_mangos_string.sql \
10342_02_mangos_command.sql \
10349_01_mangos_spell_proc_event.sql \
10350_02_mangos_command.sql \
10353_01_mangos_mangos_string.sql \
10353_02_mangos_command.sql \
10362_01_mangos_creature_movement_template.sql \
10365_01_mangos_creature_ai_scripts.sql \
10381_01_mangos_creature_model_race.sql \
10400_01_mangos_mangos_string.sql \
10409_01_mangos_spell_chain.sql \
10409_02_mangos_spell_proc_event.sql \
10410_01_mangos_spell_chain.sql \
10411_01_mangos_spell_proc_event.sql \
10416_01_mangos_spell_proc_event.sql \
10419_01_mangos_spell_chain.sql \
10422_01_mangos_spell_proc_event.sql \
10423_01_mangos_spell_chain.sql \
README
# Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

## Process this file with automake to produce Makefile.in

## Sub-directories to parse

## Change installation location
# datadir = mangos/sql/updates
pkgdatadir = $(datadir)/mangos/sql/updates

## Files to be installed
# Install basic SQL files to datadir
pkgdata_DATA = \
10008_01_realmd_realmd_db_version.sql \
10148_01_mangos_mangos_string.sql \
10156_01_characters_character_aura.sql \
10156_02_characters_pet_aura.sql \
10156_03_mangos_spell_proc_event.sql \
10159_01_mangos_spell_proc_event.sql \
10160_01_characters_character_aura.sql \
10160_02_characters_pet_aura.sql \
10171_01_mangos_mangos_string.sql \
10197_01_mangos_playercreateinfo.sql \
10203_01_mangos_item_template.sql \
10205_01_mangos_spell_area.sql \
10207_01_mangos_npc_vendor.sql \
10208_01_mangos_playercreateinfo.sql \
10217_01_mangos_playercreateinfo_spell.sql \
10217_02_mangos_playercreateinfo_action.sql \
10217_03_mangos_spell_learn_spell.sql \
10217_04_mangos_spell_chain.sql \
10217_05_mangos_spell_proc_event.sql \
10219_01_mangos_spell_proc_event.sql \
10223_01_mangos_spell_proc_event.sql \
10237_01_mangos_spell_bonus_data.sql \
10244_01_mangos_command.sql \
10251_01_mangos_command.sql \
10252_01_mangos_reputation_reward_rate.sql \
10254_01_characters_auctionhouse.sql \
10256_01_mangos_command.sql \
10257_01_mangos_command.sql \
10263_01_mangos_pool_creature.sql \
10263_02_mangos_pool_gameobject.sql \
10263_03_mangos_pool_pool.sql \
10270_01_mangos_reputation_spillover_template.sql \
10286_01_mangos_creature_addon.sql \
10289_01_mangos_creature_template.sql \
10289_02_mangos_creature_model_info.sql \
10299_01_mangos_event_id_scripts.sql \
10307_01_mangos_instance_template.sql \
10307_02_mangos_scripted_areatrigger.sql \
10307_03_mangos_scripted_event_id.sql \
10312_01_characters_character_aura.sql \
10312_02_characters_pet_aura.sql \
10314_01_mangos_mangos_string.sql \
10314_02_mangos_command.sql \
10323_01_mangos_mangos_string.sql \
10323_02_mangos_command.sql \
10331_01_mangos_mangos_string.sql \
10331_02_mangos_command.sql \
10332_01_characters_character_aura.sql \
10332_02_characters_pet_aura.sql \
10342_01_mangos_mangos_string.sql \
10342_02_mangos_command.sql \
10349_01_mangos_spell_proc_event.sql \
10350_02_mangos_command.sql \
10353_01_mangos_mangos_string.sql \
10353_02_mangos_command.sql \
10362_01_mangos_creature_movement_template.sql \
10365_01_mangos_creature_ai_scripts.sql \
10381_01_mangos_creature_model_race.sql \
10400_01_mangos_mangos_string.sql \
10409_01_mangos_spell_chain.sql \
10409_02_mangos_spell_proc_event.sql \
10410_01_mangos_spell_chain.sql \
10411_01_mangos_spell_proc_event.sql \
10416_01_mangos_spell_proc_event.sql \
10419_01_mangos_spell_chain.sql \
10422_01_mangos_spell_proc_event.sql \
10423_01_mangos_spell_chain.sql \
10427_01_mangos_spell_proc_event.sql \
README

## Additional files to include when running 'make dist'
# SQL update files, to upgrade database schema from older revisions
EXTRA_DIST = \
10008_01_realmd_realmd_db_version.sql \
10148_01_mangos_mangos_string.sql \
10156_01_characters_character_aura.sql \
10156_02_characters_pet_aura.sql \
10156_03_mangos_spell_proc_event.sql \
10159_01_mangos_spell_proc_event.sql \
10160_01_characters_character_aura.sql \
10160_02_characters_pet_aura.sql \
10171_01_mangos_mangos_string.sql \
10197_01_mangos_playercreateinfo.sql \
10203_01_mangos_item_template.sql \
10205_01_mangos_spell_area.sql \
10207_01_mangos_npc_vendor.sql \
10208_01_mangos_playercreateinfo.sql \
10217_01_mangos_playercreateinfo_spell.sql \
10217_02_mangos_playercreateinfo_action.sql \
10217_03_mangos_spell_learn_spell.sql \
10217_04_mangos_spell_chain.sql \
10217_05_mangos_spell_proc_event.sql \
10219_01_mangos_spell_proc_event.sql \
10223_01_mangos_spell_proc_event.sql \
10237_01_mangos_spell_bonus_data.sql \
10244_01_mangos_command.sql \
10251_01_mangos_command.sql \
10252_01_mangos_reputation_reward_rate.sql \
10254_01_characters_auctionhouse.sql \
10256_01_mangos_command.sql \
10257_01_mangos_command.sql \
10263_01_mangos_pool_creature.sql \
10263_02_mangos_pool_gameobject.sql \
10263_03_mangos_pool_pool.sql \
10270_01_mangos_reputation_spillover_template.sql \
10286_01_mangos_creature_addon.sql \
10289_01_mangos_creature_template.sql \
10289_02_mangos_creature_model_info.sql \
10299_01_mangos_event_id_scripts.sql \
10307_01_mangos_instance_template.sql \
10307_02_mangos_scripted_areatrigger.sql \
10307_03_mangos_scripted_event_id.sql \
10312_01_characters_character_aura.sql \
10312_02_characters_pet_aura.sql \
10314_01_mangos_mangos_string.sql \
10314_02_mangos_command.sql \
10323_01_mangos_mangos_string.sql \
10323_02_mangos_command.sql \
10331_01_mangos_mangos_string.sql \
10331_02_mangos_command.sql \
10332_01_characters_character_aura.sql \
10332_02_characters_pet_aura.sql \
10342_01_mangos_mangos_string.sql \
10342_02_mangos_command.sql \
10349_01_mangos_spell_proc_event.sql \
10350_02_mangos_command.sql \
10353_01_mangos_mangos_string.sql \
10353_02_mangos_command.sql \
10362_01_mangos_creature_movement_template.sql \
10365_01_mangos_creature_ai_scripts.sql \
10381_01_mangos_creature_model_race.sql \
10400_01_mangos_mangos_string.sql \
10409_01_mangos_spell_chain.sql \
10409_02_mangos_spell_proc_event.sql \
10410_01_mangos_spell_chain.sql \
10411_01_mangos_spell_proc_event.sql \
10416_01_mangos_spell_proc_event.sql \
10419_01_mangos_spell_chain.sql \
10422_01_mangos_spell_proc_event.sql \
10423_01_mangos_spell_chain.sql \
10427_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 "10426"
#define REVISION_NR "10427"
#endif // __REVISION_NR_H__
2 changes: 1 addition & 1 deletion src/shared/revision_sql.h
@@ -1,6 +1,6 @@
#ifndef __REVISION_SQL_H__
#define __REVISION_SQL_H__
#define REVISION_DB_CHARACTERS "required_10332_02_characters_pet_aura"
#define REVISION_DB_MANGOS "required_10423_01_mangos_spell_chain"
#define REVISION_DB_MANGOS "required_10427_01_mangos_spell_proc_event"
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
#endif // __REVISION_SQL_H__

0 comments on commit 1fc52ea

Please sign in to comment.