root/trunk/sql/updates/5759_mangos_command.sql @ 2

Revision 2, 338 bytes (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1DELETE FROM `command` WHERE `name` IN ('gograveyard','drunk');
2INSERT INTO `command` VALUES 
3('drunk',1,'Syntax: .drunk #value\r\n Set drunk level to #value (0..100). Value 0 remove drunk state, 100 is max drunked state.'),
4('gograveyard',2,'Syntax: .gograveyard #graveyardId\r\n Teleport to graveyard with the graveyardId specified.'); 
Note: See TracBrowser for help on using the browser.