diff options
author | Neo2003 <none@none> | 2008-10-02 16:23:55 -0500 |
---|---|---|
committer | Neo2003 <none@none> | 2008-10-02 16:23:55 -0500 |
commit | 9b1c0e006f20091f28f3f468cfcab1feb51286bd (patch) | |
tree | b5d1ba94a656e6679f8737f9ea6bed1239b73b14 /sql/updates/5759_mangos_command.sql |
[svn] * Proper SVN structureinit
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/5759_mangos_command.sql')
-rw-r--r-- | sql/updates/5759_mangos_command.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/5759_mangos_command.sql b/sql/updates/5759_mangos_command.sql new file mode 100644 index 00000000000..14aa7c58cac --- /dev/null +++ b/sql/updates/5759_mangos_command.sql @@ -0,0 +1,4 @@ +DELETE FROM `command` WHERE `name` IN ('gograveyard','drunk'); +INSERT INTO `command` VALUES +('drunk',1,'Syntax: .drunk #value\r\n Set drunk level to #value (0..100). Value 0 remove drunk state, 100 is max drunked state.'), +('gograveyard',2,'Syntax: .gograveyard #graveyardId\r\n Teleport to graveyard with the graveyardId specified.'); |