mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 19:43:19 -04:00
4 lines
229 B
SQL
4 lines
229 B
SQL
DELETE FROM `command` WHERE `name` LIKE 'instance unbind';
|
|
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
|
('instance unbind',3,'Syntax: .instance unbind <mapid|all> [difficulty]\r\n Clear all/some of player\'s binds');
|