Files
TrinityCore/sql/updates/2686_world_command.sql
T

3 lines
199 B
SQL
Raw Normal View History

2009-04-15 18:09:55 +02:00
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.');