diff options
author | megamage <none@none> | 2009-02-02 15:38:16 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-02 15:38:16 -0600 |
commit | f25a150566c7b1b5301b33367dfa1f58f4a1458d (patch) | |
tree | 5c0e1c73ad6e922f6ad336496650a9adcc9178bd | |
parent | f641ea558a3babc69f4f67a31c8413a0b741a129 (diff) |
[7223] Remove duplicate line (old case) in mangos.sql `command` table. Author: vladonix
--HG--
branch : trunk
-rw-r--r-- | sql/mangos.sql | 1 | ||||
-rw-r--r-- | src/shared/revision_nr.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sql/mangos.sql b/sql/mangos.sql index 0b07d89ff77..3f04cd932b7 100644 --- a/sql/mangos.sql +++ b/sql/mangos.sql @@ -304,7 +304,6 @@ INSERT INTO `command` VALUES ('gobject target',2,'Syntax: .gobject target [#go_id|#go_name_part]\r\n\r\nLocate and show position nearest gameobject. If #go_id or #go_name_part provide then locate and show position of nearest gameobject with gameobject template id #go_id or name included #go_name_part as part.'), ('goname',1,'Syntax: .goname $charactername\r\n\r\nTeleport to the given character. Either specify the character name or click on the character\'s portrait, e.g. when you are in a group.'), ('gps',1,'Syntax: .gps [$name|$shift-link]\r\n\r\nDisplay the position information for a selected character or creature (also if player name $name provided then for named player, or if creature/gameobject shift-link provided then pointed creature/gameobject if it loaded). Position information includes X, Y, Z, and orientation, map Id and zone Id'), -('gps',1,'Syntax: .gps\r\n\r\nDisplay the position information for a selected character or creature. Position information includes X, Y, Z, and orientation, map Id and zone Id'), ('groupgo',1,'Syntax: .groupgo $charactername\r\n\r\nTeleport the given character and his group to you.'), ('guid',2,'Syntax: .guid\r\n\r\nDisplay the GUID for the selected character.'), ('guild create',2,'Syntax: .guild create $GuildLeaderName $GuildName\r\n\r\nCreate a guild named $GuildName with the player $GuildLeaderName as leader.'), diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index b183077cd65..58e2b026a3b 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 "7222" + #define REVISION_NR "7223" #endif // __REVISION_NR_H__ |