mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 19:43:19 -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.'); |