From ca333756a61de5af5d07614dbedc6195c2e78023 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 13 Dec 2014 21:19:26 +0300 Subject: Add chat command for protect item. New chat command: /protectitem ID Alias: /itemprotect ID --- src/actions/actions.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/actions/actions.cpp') diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index 1397791d1..e4b2d9db5 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -1493,4 +1493,12 @@ impHandler(storageToInv) return true; } +impHandler(protectItem) +{ + const int id = atoi(event.args.c_str()); + if (id > 0) + PlayerInfo::protectItem(id); + return true; +} + } // namespace Actions -- cgit v1.2.3-70-g09d2