mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[11717] fix 47245 proc
This commit is contained in:
parent
b5e136c289
commit
774ffeaa6c
5 changed files with 467 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ CREATE TABLE `db_version` (
|
||||||
`version` varchar(120) default NULL,
|
`version` varchar(120) default NULL,
|
||||||
`creature_ai_version` varchar(120) default NULL,
|
`creature_ai_version` varchar(120) default NULL,
|
||||||
`cache_id` int(10) default '0',
|
`cache_id` int(10) default '0',
|
||||||
`required_11701_01_mangos_command` bit(1) default NULL
|
`required_11717_01_mangos_spell_proc_event` bit(1) default NULL
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
@ -17383,7 +17383,7 @@ INSERT INTO `spell_proc_event` VALUES
|
||||||
(46951, 0x00, 4, 0x00000400, 0x00000400, 0x00000400, 0x00000040, 0x00000040, 0x00000040, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0),
|
(46951, 0x00, 4, 0x00000400, 0x00000400, 0x00000400, 0x00000040, 0x00000040, 0x00000040, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0),
|
||||||
(47195, 0x00, 5, 0x00000002, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 30),
|
(47195, 0x00, 5, 0x00000002, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 30),
|
||||||
(47201, 0x00, 5, 0x00004009, 0x00004009, 0x00004009, 0x00040000, 0x00040000, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0.000000, 0.000000, 0),
|
(47201, 0x00, 5, 0x00004009, 0x00004009, 0x00004009, 0x00040000, 0x00040000, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0.000000, 0.000000, 0),
|
||||||
(47245, 0x20, 5, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0),
|
(47245, 0x20, 5, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0),
|
||||||
(47258, 0x00, 5, 0x00000000, 0x00000000, 0x00000000, 0x00800000, 0x00800000, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0.000000, 0.000000, 0),
|
(47258, 0x00, 5, 0x00000000, 0x00000000, 0x00000000, 0x00800000, 0x00800000, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0.000000, 0.000000, 0),
|
||||||
(47263, 0x20, 5, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 20),
|
(47263, 0x20, 5, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 20),
|
||||||
(47264, 0x20, 5, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 20),
|
(47264, 0x20, 5, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 20),
|
||||||
|
|
|
||||||
4
sql/updates/11717_01_mangos_spell_proc_event.sql
Normal file
4
sql/updates/11717_01_mangos_spell_proc_event.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
ALTER TABLE db_version CHANGE COLUMN required_11701_01_mangos_command required_11717_01_mangos_spell_proc_event bit;
|
||||||
|
|
||||||
|
DELETE FROM spell_proc_event WHERE entry = 47245;
|
||||||
|
INSERT INTO spell_proc_event VALUES (47245, 0x20, 5, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|
||||||
459
sql/updates/Makefile.am
Normal file
459
sql/updates/Makefile.am
Normal file
|
|
@ -0,0 +1,459 @@
|
||||||
|
# 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 \
|
||||||
|
10430_01_mangos_spell_chain.sql \
|
||||||
|
10454_01_mangos_spell_proc_event.sql \
|
||||||
|
10457_01_mangos_spell_proc_event.sql \
|
||||||
|
10500_01_mangos_scripts.sql \
|
||||||
|
10503_01_characters_creature_respawn.sql \
|
||||||
|
10503_02_characters_gameobject_respawn.sql \
|
||||||
|
10503_03_mangos_creature_respawn.sql \
|
||||||
|
10503_04_mangos_gameobject_respawn.sql \
|
||||||
|
10537_01_mangos_command.sql \
|
||||||
|
10551_01_mangos_spell_proc_event.sql \
|
||||||
|
10568_01_characters_character_tutorial.sql \
|
||||||
|
10582_01_mangos_spell_proc_event.sql \
|
||||||
|
10604_01_mangos_spell_proc_event.sql \
|
||||||
|
10621_01_mangos_quest_template.sql \
|
||||||
|
10628_01_mangos_mangos_string.sql \
|
||||||
|
10629_01_mangos_mangos_string.sql \
|
||||||
|
10654_01_mangos_game_event_creature_quest.sql \
|
||||||
|
10655_01_characters_character_queststatus_monthly.sql \
|
||||||
|
10660_01_mangos_game_event_quest.sql \
|
||||||
|
10662_01_characters_item_loot.sql \
|
||||||
|
10664_01_characters_arena_team_stats.sql \
|
||||||
|
10679_01_mangos_npc_vendor_template.sql \
|
||||||
|
10679_02_mangos_creature_template.sql \
|
||||||
|
10682_01_mangos_item_convert.sql \
|
||||||
|
10704_01_mangos_gossip_menu_option.sql \
|
||||||
|
10742_01_mangos_spell_bonus_data.sql \
|
||||||
|
10743_01_mangos_spell_chain.sql \
|
||||||
|
10743_02_mangos_spell_bonus_data.sql \
|
||||||
|
10746_01_mangos_mangos_string.sql \
|
||||||
|
10749_01_mangos_mangos_string.sql \
|
||||||
|
10762_01_mangos_spell_proc_event.sql \
|
||||||
|
10764_01_mangos_spell_proc_event.sql \
|
||||||
|
10786_01_mangos_spell_proc_item_enchant.sql \
|
||||||
|
10786_02_mangos_spell_proc_event.sql \
|
||||||
|
10788_01_mangos_creature_addon.sql \
|
||||||
|
10788_02_mangos_creature_template_addon.sql \
|
||||||
|
10835_01_mangos_spell_proc_event.sql \
|
||||||
|
10862_01_characters_mail.sql \
|
||||||
|
10863_01_mangos_spell_proc_event.sql \
|
||||||
|
10864_01_mangos_spell_proc_event.sql \
|
||||||
|
10867_01_mangos_npc_trainer_template.sql \
|
||||||
|
10867_02_mangos_creature_template.sql \
|
||||||
|
10883_01_mangos_spell_proc_event.sql \
|
||||||
|
10906_01_mangos_spell_proc_event.sql \
|
||||||
|
10906_02_mangos_spell_bonus_data.sql \
|
||||||
|
10932_01_mangos_game_event_creature_data.sql \
|
||||||
|
10945_01_mangos_mangos_string.sql \
|
||||||
|
10946_01_mangos_spell_proc_event.sql \
|
||||||
|
10949_01_mangos_mangos_string.sql \
|
||||||
|
10950_01_mangos_mangos_string.sql \
|
||||||
|
10951_01_mangos_spell_proc_event.sql \
|
||||||
|
10972_01_mangos_command.sql \
|
||||||
|
10973_01_characters_game_event_status.sql \
|
||||||
|
10973_01_mangos_game_event_mail.sql \
|
||||||
|
10988_01_mangos_mangos_string.sql \
|
||||||
|
10989_01_mangos_loot_template.sql \
|
||||||
|
10993_01_mangos_loot_template.sql \
|
||||||
|
10998_01_mangos_spell_proc_event.sql \
|
||||||
|
11002_01_mangos_spell_proc_event.sql \
|
||||||
|
11018_01_mangos_command.sql \
|
||||||
|
11023_01_mangos_spell_threat.sql \
|
||||||
|
11036_01_mangos_spell_threat.sql \
|
||||||
|
11040_01_mangos_spell_chain.sql \
|
||||||
|
11040_02_mangos_spell_bonus_data.sql \
|
||||||
|
11058_01_mangos_spell_proc_event.sql \
|
||||||
|
11115_01_mangos_command.sql \
|
||||||
|
11117_01_mangos_world_template.sql \
|
||||||
|
11117_02_characters_world.sql \
|
||||||
|
11169_01_mangos_mangos_string.sql \
|
||||||
|
11169_02_mangos_command.sql \
|
||||||
|
11190_01_mangos_pool_creature_template.sql \
|
||||||
|
11190_01_mangos_pool_gameobject_template.sql \
|
||||||
|
11200_01_mangos_spell_bonus_data.sql \
|
||||||
|
11205_01_mangos_spell_proc_event.sql \
|
||||||
|
11214_01_mangos_mangos_string.sql \
|
||||||
|
11214_02_mangos_command.sql \
|
||||||
|
11217_01_mangos_creature_addon.sql \
|
||||||
|
11234_01_mangos_command.sql \
|
||||||
|
11299_01_characters_character_aura.sql \
|
||||||
|
11299_02_characters_pet_aura.sql \
|
||||||
|
11310_01_mangos_mangos_string.sql \
|
||||||
|
11312_01_mangos_mangos_string.sql \
|
||||||
|
11335_01_mangos_mangos_string.sql \
|
||||||
|
11335_02_mangos_mangos_string.sql \
|
||||||
|
11337_01_mangos_mangos_string.sql \
|
||||||
|
11348_01_mangos_spell_bonus_data.sql \
|
||||||
|
11385_01_mangos_creature_template.sql \
|
||||||
|
11391_01_characters_auction.sql \
|
||||||
|
11433_01_mangos_item_template.sql \
|
||||||
|
11436_01_characters_character_queststatus.sql \
|
||||||
|
11452_01_mangos_spell_bonus_data.sql \
|
||||||
|
11452_02_mangos_spell_proc_event.sql \
|
||||||
|
11453_01_mangos_spell_proc_event.sql \
|
||||||
|
11489_01_mangos_creature_template.sql \
|
||||||
|
11501_01_mangos_spell_proc_event.sql \
|
||||||
|
11501_02_mangos_spell_bonus_data.sql \
|
||||||
|
11503_01_mangos_spell_proc_event.sql \
|
||||||
|
11513_09_mangos_mangos_string.sql \
|
||||||
|
11516_01_mangos_spell_proc_event.sql \
|
||||||
|
11517_01_mangos_spell_proc_event.sql \
|
||||||
|
11521_01_mangos_command.sql \
|
||||||
|
11523_01_mangos_command.sql \
|
||||||
|
11523_02_mangos_mangos_string.sql \
|
||||||
|
11529_01_mangos_command.sql \
|
||||||
|
11530_01_mangos_spell_proc_event.sql \
|
||||||
|
11549_01_mangos_spell_proc_event.sql \
|
||||||
|
11560_01_mangos_command.sql \
|
||||||
|
11565_01_mangos_mangos_string.sql \
|
||||||
|
11567_01_mangos_spell_proc_event.sql \
|
||||||
|
11595_09_mangos_spell_elixir.sql \
|
||||||
|
11597_01_mangos_spell_proc_event.sql \
|
||||||
|
11598_01_mangos_spell_proc_event.sql \
|
||||||
|
11599_01_mangos_spell_proc_event.sql \
|
||||||
|
11602_01_mangos_spell_proc_event.sql \
|
||||||
|
11606_01_mangos_spell_proc_event.sql \
|
||||||
|
11613_01_mangos_spell_bonus_data.sql \
|
||||||
|
11620_01_characters_character_equipmentsets.sql \
|
||||||
|
11646_01_mangos_item_expire_convert.sql \
|
||||||
|
11661_01_mangos_spell_proc_event.sql \
|
||||||
|
11664_01_mangos_spell_proc_event.sql \
|
||||||
|
11673_01_mangos_spell_proc_event.sql \
|
||||||
|
11678_01_mangos_spell_proc_event.sql \
|
||||||
|
11679_01_mangos_spell_proc_event.sql \
|
||||||
|
11680_01_mangos_spell_proc_event.sql \
|
||||||
|
11681_01_mangos_spell_proc_event.sql \
|
||||||
|
11682_01_mangos_spell_proc_event.sql \
|
||||||
|
11685_01_mangos_spell_proc_event.sql \
|
||||||
|
11686_01_mangos_spell_proc_event.sql \
|
||||||
|
11687_01_mangos_spell_proc_event.sql \
|
||||||
|
11688_01_mangos_spell_proc_event.sql \
|
||||||
|
11689_01_mangos_spell_proc_event.sql \
|
||||||
|
11690_01_mangos_spell_proc_event.sql \
|
||||||
|
11701_01_mangos_command.sql \
|
||||||
|
11704_01_characters_auction.sql \
|
||||||
|
11716_01_characters_auction.sql \
|
||||||
|
11716_02_characters_characters.sql \
|
||||||
|
11716_03_characters_character_equipmentsets.sql \
|
||||||
|
11716_04_characters_creature_respawn.sql \
|
||||||
|
11716_05_characters_gameobject_respawn.sql \
|
||||||
|
11716_06_characters_guild.sql \
|
||||||
|
11716_07_characters_guild_eventlog.sql \
|
||||||
|
11716_08_characters_instance.sql \
|
||||||
|
11716_09_characters_instance_reset.sql \
|
||||||
|
11716_10_characters_mail.sql \
|
||||||
|
11717_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 \
|
||||||
|
10430_01_mangos_spell_chain.sql \
|
||||||
|
10454_01_mangos_spell_proc_event.sql \
|
||||||
|
10457_01_mangos_spell_proc_event.sql \
|
||||||
|
10500_01_mangos_scripts.sql \
|
||||||
|
10503_01_characters_creature_respawn.sql \
|
||||||
|
10503_02_characters_gameobject_respawn.sql \
|
||||||
|
10503_03_mangos_creature_respawn.sql \
|
||||||
|
10503_04_mangos_gameobject_respawn.sql \
|
||||||
|
10537_01_mangos_command.sql \
|
||||||
|
10551_01_mangos_spell_proc_event.sql \
|
||||||
|
10568_01_characters_character_tutorial.sql \
|
||||||
|
10582_01_mangos_spell_proc_event.sql \
|
||||||
|
10604_01_mangos_spell_proc_event.sql \
|
||||||
|
10621_01_mangos_quest_template.sql \
|
||||||
|
10628_01_mangos_mangos_string.sql \
|
||||||
|
10629_01_mangos_mangos_string.sql \
|
||||||
|
10654_01_mangos_game_event_creature_quest.sql \
|
||||||
|
10655_01_characters_character_queststatus_monthly.sql \
|
||||||
|
10660_01_mangos_game_event_quest.sql \
|
||||||
|
10662_01_characters_item_loot.sql \
|
||||||
|
10664_01_characters_arena_team_stats.sql \
|
||||||
|
10679_01_mangos_npc_vendor_template.sql \
|
||||||
|
10679_02_mangos_creature_template.sql \
|
||||||
|
10682_01_mangos_item_convert.sql \
|
||||||
|
10704_01_mangos_gossip_menu_option.sql \
|
||||||
|
10742_01_mangos_spell_bonus_data.sql \
|
||||||
|
10743_01_mangos_spell_chain.sql \
|
||||||
|
10743_02_mangos_spell_bonus_data.sql \
|
||||||
|
10746_01_mangos_mangos_string.sql \
|
||||||
|
10749_01_mangos_mangos_string.sql \
|
||||||
|
10762_01_mangos_spell_proc_event.sql \
|
||||||
|
10764_01_mangos_spell_proc_event.sql \
|
||||||
|
10786_01_mangos_spell_proc_item_enchant.sql \
|
||||||
|
10786_02_mangos_spell_proc_event.sql \
|
||||||
|
10788_01_mangos_creature_addon.sql \
|
||||||
|
10788_02_mangos_creature_template_addon.sql \
|
||||||
|
10835_01_mangos_spell_proc_event.sql \
|
||||||
|
10862_01_characters_mail.sql \
|
||||||
|
10863_01_mangos_spell_proc_event.sql \
|
||||||
|
10864_01_mangos_spell_proc_event.sql \
|
||||||
|
10867_01_mangos_npc_trainer_template.sql \
|
||||||
|
10867_02_mangos_creature_template.sql \
|
||||||
|
10883_01_mangos_spell_proc_event.sql \
|
||||||
|
10906_01_mangos_spell_proc_event.sql \
|
||||||
|
10906_02_mangos_spell_bonus_data.sql \
|
||||||
|
10932_01_mangos_game_event_creature_data.sql \
|
||||||
|
10945_01_mangos_mangos_string.sql \
|
||||||
|
10946_01_mangos_spell_proc_event.sql \
|
||||||
|
10949_01_mangos_mangos_string.sql \
|
||||||
|
10950_01_mangos_mangos_string.sql \
|
||||||
|
10951_01_mangos_spell_proc_event.sql \
|
||||||
|
10972_01_mangos_command.sql \
|
||||||
|
10973_01_characters_game_event_status.sql \
|
||||||
|
10973_01_mangos_game_event_mail.sql \
|
||||||
|
10988_01_mangos_mangos_string.sql \
|
||||||
|
10989_01_mangos_loot_template.sql \
|
||||||
|
10993_01_mangos_loot_template.sql \
|
||||||
|
10998_01_mangos_spell_proc_event.sql \
|
||||||
|
11002_01_mangos_spell_proc_event.sql \
|
||||||
|
11018_01_mangos_command.sql \
|
||||||
|
11023_01_mangos_spell_threat.sql \
|
||||||
|
11036_01_mangos_spell_threat.sql \
|
||||||
|
11040_01_mangos_spell_chain.sql \
|
||||||
|
11040_02_mangos_spell_bonus_data.sql \
|
||||||
|
11058_01_mangos_spell_proc_event.sql \
|
||||||
|
11115_01_mangos_command.sql \
|
||||||
|
11117_01_mangos_world_template.sql \
|
||||||
|
11117_02_characters_world.sql \
|
||||||
|
11169_01_mangos_mangos_string.sql \
|
||||||
|
11169_02_mangos_command.sql \
|
||||||
|
11190_01_mangos_pool_creature_template.sql \
|
||||||
|
11190_01_mangos_pool_gameobject_template.sql \
|
||||||
|
11200_01_mangos_spell_bonus_data.sql \
|
||||||
|
11205_01_mangos_spell_proc_event.sql \
|
||||||
|
11214_01_mangos_mangos_string.sql \
|
||||||
|
11214_02_mangos_command.sql \
|
||||||
|
11217_01_mangos_creature_addon.sql \
|
||||||
|
11234_01_mangos_command.sql \
|
||||||
|
11299_01_characters_character_aura.sql \
|
||||||
|
11299_02_characters_pet_aura.sql \
|
||||||
|
11310_01_mangos_mangos_string.sql \
|
||||||
|
11312_01_mangos_mangos_string.sql \
|
||||||
|
11335_01_mangos_mangos_string.sql \
|
||||||
|
11335_02_mangos_mangos_string.sql \
|
||||||
|
11337_01_mangos_mangos_string.sql \
|
||||||
|
11348_01_mangos_spell_bonus_data.sql \
|
||||||
|
11385_01_mangos_creature_template.sql \
|
||||||
|
11391_01_characters_auction.sql \
|
||||||
|
11433_01_mangos_item_template.sql \
|
||||||
|
11436_01_characters_character_queststatus.sql \
|
||||||
|
11452_01_mangos_spell_bonus_data.sql \
|
||||||
|
11452_02_mangos_spell_proc_event.sql \
|
||||||
|
11453_01_mangos_spell_proc_event.sql \
|
||||||
|
11489_01_mangos_creature_template.sql \
|
||||||
|
11501_01_mangos_spell_proc_event.sql \
|
||||||
|
11501_02_mangos_spell_bonus_data.sql \
|
||||||
|
11503_01_mangos_spell_proc_event.sql \
|
||||||
|
11513_09_mangos_mangos_string.sql \
|
||||||
|
11516_01_mangos_spell_proc_event.sql \
|
||||||
|
11517_01_mangos_spell_proc_event.sql \
|
||||||
|
11521_01_mangos_command.sql \
|
||||||
|
11523_01_mangos_command.sql \
|
||||||
|
11523_02_mangos_mangos_string.sql \
|
||||||
|
11529_01_mangos_command.sql \
|
||||||
|
11530_01_mangos_spell_proc_event.sql \
|
||||||
|
11549_01_mangos_spell_proc_event.sql \
|
||||||
|
11560_01_mangos_command.sql \
|
||||||
|
11565_01_mangos_mangos_string.sql \
|
||||||
|
11567_01_mangos_spell_proc_event.sql \
|
||||||
|
11595_09_mangos_spell_elixir.sql \
|
||||||
|
11597_01_mangos_spell_proc_event.sql \
|
||||||
|
11598_01_mangos_spell_proc_event.sql \
|
||||||
|
11599_01_mangos_spell_proc_event.sql \
|
||||||
|
11602_01_mangos_spell_proc_event.sql \
|
||||||
|
11606_01_mangos_spell_proc_event.sql \
|
||||||
|
11613_01_mangos_spell_bonus_data.sql \
|
||||||
|
11620_01_characters_character_equipmentsets.sql \
|
||||||
|
11646_01_mangos_item_expire_convert.sql \
|
||||||
|
11661_01_mangos_spell_proc_event.sql \
|
||||||
|
11664_01_mangos_spell_proc_event.sql \
|
||||||
|
11673_01_mangos_spell_proc_event.sql \
|
||||||
|
11678_01_mangos_spell_proc_event.sql \
|
||||||
|
11679_01_mangos_spell_proc_event.sql \
|
||||||
|
11680_01_mangos_spell_proc_event.sql \
|
||||||
|
11681_01_mangos_spell_proc_event.sql \
|
||||||
|
11682_01_mangos_spell_proc_event.sql \
|
||||||
|
11685_01_mangos_spell_proc_event.sql \
|
||||||
|
11686_01_mangos_spell_proc_event.sql \
|
||||||
|
11687_01_mangos_spell_proc_event.sql \
|
||||||
|
11688_01_mangos_spell_proc_event.sql \
|
||||||
|
11689_01_mangos_spell_proc_event.sql \
|
||||||
|
11690_01_mangos_spell_proc_event.sql \
|
||||||
|
11701_01_mangos_command.sql \
|
||||||
|
11704_01_characters_auction.sql \
|
||||||
|
11716_01_characters_auction.sql \
|
||||||
|
11716_02_characters_characters.sql \
|
||||||
|
11716_03_characters_character_equipmentsets.sql \
|
||||||
|
11716_04_characters_creature_respawn.sql \
|
||||||
|
11716_05_characters_gameobject_respawn.sql \
|
||||||
|
11716_06_characters_guild.sql \
|
||||||
|
11716_07_characters_guild_eventlog.sql \
|
||||||
|
11716_08_characters_instance.sql \
|
||||||
|
11716_09_characters_instance_reset.sql \
|
||||||
|
11716_10_characters_mail.sql \
|
||||||
|
11717_01_mangos_spell_proc_event.sql \
|
||||||
|
README
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11716"
|
#define REVISION_NR "11717"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#ifndef __REVISION_SQL_H__
|
#ifndef __REVISION_SQL_H__
|
||||||
#define __REVISION_SQL_H__
|
#define __REVISION_SQL_H__
|
||||||
#define REVISION_DB_CHARACTERS "required_11716_10_characters_mail"
|
#define REVISION_DB_CHARACTERS "required_11716_10_characters_mail"
|
||||||
#define REVISION_DB_MANGOS "required_11701_01_mangos_command"
|
#define REVISION_DB_MANGOS "required_11717_01_mangos_spell_proc_event"
|
||||||
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
|
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
|
||||||
#endif // __REVISION_SQL_H__
|
#endif // __REVISION_SQL_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue