mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[0097] Fix Typoooooooooo
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
ec1c1fba2d
commit
bd210e4097
2 changed files with 4 additions and 1 deletions
3
sql/updates/0096_xxxxx_01_characters_characters.sql
Normal file
3
sql/updates/0096_xxxxx_01_characters_characters.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
ALTER TABLE character_db_version CHANGE COLUMN required_0028_xxxxx_01_characters_character_phase_data required_0096_xxxxx_01_characters_characters bit;
|
||||||
|
|
||||||
|
ALTER TABLE `characters` ADD COLUMN `slot` tinyint(3) unsigned NOT NULL DEFAULT '255' AFTER `actionBars`;
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "0095"
|
#define REVISION_NR "0097"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue