diff --git a/sql/updates/m12654_command.sql b/sql/updates/m12654_command.sql index ce0c27622..b385b146b 100644 --- a/sql/updates/m12654_command.sql +++ b/sql/updates/m12654_command.sql @@ -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`='appear' where `name`='goname'; - -ALTER TABLE db_version CHANGE COLUMN required_c12631_01_mangos_creature required_m12654_command bit; \ No newline at end of file +update command set `name`='appear' where `name`='goname'; \ No newline at end of file diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 3be8e5279..28909dce5 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12655" + #define REVISION_NR "12657" #endif // __REVISION_NR_H__