mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-14 12:12:34 -04:00
* Please Use Delete + Insert instead Ignore it will be better for this kind of data thx --HG-- branch : trunk
3 lines
199 B
SQL
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.'); |