mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 07:37:02 +00:00
fixed typo
This commit is contained in:
parent
a91307114d
commit
53260c6186
2 changed files with 3 additions and 4 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
|
ALTER TABLE db_version CHANGE COLUMN required_c12631_02_mangos_gameobject required_m12654_command bit;
|
||||||
update command set `name`='summon' where `name`='namego';
|
update command set `name`='summon' where `name`='namego';
|
||||||
update command set `name`='appear' where `name`='goname';
|
update command set `name`='appear' where `name`='goname';
|
||||||
|
|
||||||
ALTER TABLE db_version CHANGE COLUMN required_c12631_01_mangos_creature required_m12654_command bit;
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "12655"
|
#define REVISION_NR "12657"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue