fixed typo

This commit is contained in:
sanctum32 2013-08-05 17:03:51 +03:00 committed by Antz
parent a91307114d
commit 53260c6186
2 changed files with 3 additions and 4 deletions

View file

@ -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;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12655"
#define REVISION_NR "12657"
#endif // __REVISION_NR_H__