mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9310] Item 13506 not flask anymore.
This commit is contained in:
parent
f73b778cde
commit
9441880433
5 changed files with 8 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_9309_01_mangos_quest_template` bit(1) default NULL
|
`required_9310_01_mangos_spell_elixir` 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';
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
@ -17570,7 +17570,6 @@ INSERT INTO `spell_elixir` VALUES
|
||||||
(17537,0x1),
|
(17537,0x1),
|
||||||
(17538,0x1),
|
(17538,0x1),
|
||||||
(17539,0x1),
|
(17539,0x1),
|
||||||
(17624,0x3),
|
|
||||||
(17626,0x3),
|
(17626,0x3),
|
||||||
(17627,0x3),
|
(17627,0x3),
|
||||||
(17629,0x3),
|
(17629,0x3),
|
||||||
|
|
|
||||||
3
sql/updates/9310_01_mangos_spell_elixir.sql
Normal file
3
sql/updates/9310_01_mangos_spell_elixir.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
ALTER TABLE db_version CHANGE COLUMN required_9309_01_mangos_quest_template required_9310_01_mangos_spell_elixir bit;
|
||||||
|
|
||||||
|
DELETE FROM `spell_elixir` WHERE `entry`=17624;
|
||||||
|
|
@ -261,6 +261,7 @@ pkgdata_DATA = \
|
||||||
9296_01_mangos_spell_chain.sql \
|
9296_01_mangos_spell_chain.sql \
|
||||||
9297_01_mangos_item_template.sql \
|
9297_01_mangos_item_template.sql \
|
||||||
9309_01_mangos_quest_template.sql \
|
9309_01_mangos_quest_template.sql \
|
||||||
|
9310_01_mangos_spell_elixir.sql \
|
||||||
README
|
README
|
||||||
|
|
||||||
## Additional files to include when running 'make dist'
|
## Additional files to include when running 'make dist'
|
||||||
|
|
@ -502,4 +503,5 @@ EXTRA_DIST = \
|
||||||
9296_01_mangos_spell_chain.sql \
|
9296_01_mangos_spell_chain.sql \
|
||||||
9297_01_mangos_item_template.sql \
|
9297_01_mangos_item_template.sql \
|
||||||
9309_01_mangos_quest_template.sql \
|
9309_01_mangos_quest_template.sql \
|
||||||
|
9310_01_mangos_spell_elixir.sql \
|
||||||
README
|
README
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9309"
|
#define REVISION_NR "9310"
|
||||||
#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_9250_01_characters_character"
|
#define REVISION_DB_CHARACTERS "required_9250_01_characters_character"
|
||||||
#define REVISION_DB_MANGOS "required_9309_01_mangos_quest_template"
|
#define REVISION_DB_MANGOS "required_9310_01_mangos_spell_elixir"
|
||||||
#define REVISION_DB_REALMD "required_9010_01_realmd_realmlist"
|
#define REVISION_DB_REALMD "required_9010_01_realmd_realmlist"
|
||||||
#endif // __REVISION_SQL_H__
|
#endif // __REVISION_SQL_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue