From a4b87550a8449801bb218c17edf686b0bb57d7a2 Mon Sep 17 00:00:00 2001 From: vladonix Date: Tue, 3 Feb 2009 00:07:41 +0300 Subject: [PATCH] [7223] Remove duplicate line (old case) in mangos.sql `command` table. Signed-off-by: VladimirMangos --- sql/mangos.sql | 1 - src/shared/revision_nr.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sql/mangos.sql b/sql/mangos.sql index 0b07d89ff..3f04cd932 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 b183077cd..58e2b026a 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__