mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
feat(Scripts/Commands): Morph Mount (#19558)
* init * Update cs_modify.cpp * Update data/sql/updates/pending_db_world/rev_1722817302187444800.sql Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> * Update cs_modify.cpp --------- Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `command` WHERE `name` = 'morph mount';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('morph mount', 1, 'Syntax: .morph mount #displayid - Change the selected target\'s mount\'s model ID to #displayid.');
|
||||
Reference in New Issue
Block a user