From ffe1b11e981112a662669358863805fabe14e94c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Aug 2014 15:41:52 +0300 Subject: Move chat command /priceload into actions. --- src/actions/actions.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/actions/actions.cpp') diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index 9d1279e3f..916bde3c2 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -615,4 +615,14 @@ impHandler(trade) return true; } +impHandler0(priceLoad) +{ + if (shopWindow) + { + shopWindow->loadList(); + return true; + } + return false; +} + } // namespace Actions -- cgit v1.2.3-60-g2f50