mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[0122] Fix Typo
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
d7b5567041
commit
36e51fccee
4 changed files with 8747 additions and 4850 deletions
13588
sql/mangos.sql
13588
sql/mangos.sql
File diff suppressed because it is too large
Load diff
5
sql/updates/0122_xxxxx_01_mangos_item_template.sql
Normal file
5
sql/updates/0122_xxxxx_01_mangos_item_template.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
ALTER TABLE db_version CHANGE COLUMN required_0114_xxxxx_01_mangos_item_template required_0122_xxxxx_01_mangos_item_template bit;
|
||||||
|
|
||||||
|
ALTER TABLE `item_template` DROP `DamageType`;
|
||||||
|
|
||||||
|
ALTER TABLE `item_template` ADD COLUMN `DamageType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ScalingStatDistribution`;
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "0121"
|
#define REVISION_NR "0122"
|
||||||
#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_0099_xxxxx_01_characters_character_phase_data"
|
#define REVISION_DB_CHARACTERS "required_0099_xxxxx_01_characters_character_phase_data"
|
||||||
#define REVISION_DB_MANGOS "required_0114_xxxxx_01_mangos_item_template"
|
#define REVISION_DB_MANGOS "required_0122_xxxxx_01_mangos_item_template"
|
||||||
#define REVISION_DB_REALMD "required_0014_xxxxx_01_realmd_account_access"
|
#define REVISION_DB_REALMD "required_0014_xxxxx_01_realmd_account_access"
|
||||||
#endif // __REVISION_SQL_H__
|
#endif // __REVISION_SQL_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue