From f0906ab944c982da76a5c123100e567e1db680ac Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Feb 2016 16:27:39 +0300 Subject: Add chat command /mobspawnsearch. Add it to monster gm context menu. --- src/input/inputactionmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input/inputactionmap.h') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index e7322d456..26ed69906 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5269,6 +5269,12 @@ static const InputActionData inputActionData "mobsearch|monstersearch", UseArgs_true, Protected_true}, + {"keyMobSpawnSearch", + defaultAction(&Actions::mobSpawnSearch), + InputCondition::INGAME, + "mobspawnsearch|monsterspawnsearch|whereis", + UseArgs_true, + Protected_true}, }; #undef defaultAction -- cgit v1.2.3-60-g2f50