mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[9350] Add missing update query of [9349].
This commit is contained in:
parent
acf507fd5a
commit
5ff92c366a
2 changed files with 2 additions and 1 deletions
1
sql/updates/9349_01_characters_character_action.sql
Normal file
1
sql/updates/9349_01_characters_character_action.sql
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
ALTER TABLE `character_action` ADD `spec` tinyint(3) unsigned NOT NULL default 0 AFTER `guid`;
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9349"
|
#define REVISION_NR "9350"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue