Files
TrinityCore/sql/updates/2686_world_command.sql
Drahy 4fd5933e75 * Used trinity sql coding style
* Please Use Delete + Insert instead Ignore it will be better for this kind of data thx

--HG--
branch : trunk
2009-04-15 18:09:55 +02:00

3 lines
199 B
SQL

DELETE FROM `command` WHERE `name` IN ('go ticket');
INSERT INTO `command` VALUES
('go ticket','1','Syntax: .go ticket #ticketid\r\nTeleports the user to the location where $ticketid was created.');