Renamed 2 gm commands:

* namego -> summon,
* goname -> appear.

updated mangos.sql structure
This commit is contained in:
sanctum32 2013-07-27 16:48:28 +03:00 committed by Antz
parent 0759658736
commit 8525859312
6 changed files with 14 additions and 10 deletions

View file

@ -1,6 +1,6 @@
#ifndef __REVISION_SQL_H__
#define __REVISION_SQL_H__
#define REVISION_DB_CHARACTERS "required_c12631_01_characters_corpse"
#define REVISION_DB_MANGOS "required_c12631_02_mangos_gameobject"
#define REVISION_DB_MANGOS "required_m12652_command"
#define REVISION_DB_REALMD "required_c12484_02_realmd_account_access"
#endif // __REVISION_SQL_H__