diff options
| author | blub <Vincent_Michael@gmx.de> | 2013-01-07 07:52:35 -0800 |
|---|---|---|
| committer | blub <Vincent_Michael@gmx.de> | 2013-01-07 07:52:35 -0800 |
| commit | 9ad1857e59fcd81d58a953565a738e97c4fc7236 (patch) | |
| tree | 099cef112177bfed15c719f1e5d3e43b3b51c6cc /sql/updates | |
| parent | 24e0eb1812f94c5092009f78ced3306f142d2789 (diff) | |
| parent | 08f62d8313e05ed6eb1767eed07a7e31533e9bb6 (diff) | |
Merge pull request #8826 from joschiwald/mmaps_disable
Core/MMaps: use DisableMgr to disable pathfinding on a specific map
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2012_12_30_00_world_commands.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_30_00_world_commands.sql b/sql/updates/world/2012_12_30_00_world_commands.sql new file mode 100644 index 00000000000..fffd1a95cb5 --- /dev/null +++ b/sql/updates/world/2012_12_30_00_world_commands.sql @@ -0,0 +1,4 @@ +DELETE FROM `command` WHERE `name` LIKE 'disable add mmap' OR `name` LIKE 'disable remove mmap'; +INSERT INTO `command` (`name`, `security`, `help`) VALUES +('disable add mmap', '3', 'Syntax: .disable add mmap $entry $flag $comment'), +('disable remove mmap', '3', 'Syntax: .disable remove mmap $entry'); |
