root/trunk/sql/updates/5759_mangos_command.sql
@
2
Revision 2, 338 bytes (checked in by yumileroy, 17 years ago) |
---|
Line | |
---|---|
1 | DELETE FROM `command` WHERE `name` IN ('gograveyard','drunk'); |
2 | INSERT 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.