mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
[10350] Fixed some typos.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
017d7c7160
commit
ea93dd13cf
6 changed files with 14 additions and 6 deletions
6
sql/updates/10350_02_mangos_command.sql
Normal file
6
sql/updates/10350_02_mangos_command.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_10349_01_mangos_spell_proc_event required_10350_02_mangos_command bit;
|
||||
|
||||
DELETE FROM command WHERE name IN ('trigger active','go trigger');
|
||||
INSERT INTO command (name, security, help) VALUES
|
||||
('go trigger',1,'Syntax: .go trigger (#trigger_id|$trigger_shift-link|$trigger_target_shift-link) [target]\r\n\r\nTeleport your character to areatrigger with id #trigger_id or trigger id associated with shift-link. If additional arg "target" provided then character will teleported to areatrigger target point.'),
|
||||
('trigger active',2,'Syntax: .trigger active\r\n\r\nShow list of areatriggers with activation zone including current character position.');
|
||||
Loading…
Add table
Add a link
Reference in a new issue