diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 15:41:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 15:41:52 +0300 |
commit | ffe1b11e981112a662669358863805fabe14e94c (patch) | |
tree | 8f63c2127f123676cdd28491f33060f7eca84e0d /src/commands.cpp | |
parent | b44ae759ff5a848b7c6d15dc80bba4e7a6948575 (diff) | |
download | manaplus-ffe1b11e981112a662669358863805fabe14e94c.tar.gz manaplus-ffe1b11e981112a662669358863805fabe14e94c.tar.bz2 manaplus-ffe1b11e981112a662669358863805fabe14e94c.tar.xz manaplus-ffe1b11e981112a662669358863805fabe14e94c.zip |
Move chat command /priceload into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 52a9dbb2a..dded364ae 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -157,16 +157,6 @@ impHandler(hack) return true; } -impHandler0(priceLoad) -{ - if (shopWindow) - { - shopWindow->loadList(); - return true; - } - return false; -} - impHandler0(priceSave) { if (shopWindow) |