diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-13 00:43:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-13 00:43:25 +0300 |
commit | 9233c3936657f6dc4ca9c73d84ea8c045b3fc09d (patch) | |
tree | a7def2f0e6c8fcdaefd6f0f330da7e7eb6c9c0b0 /src/net/npchandler.h | |
parent | d3af59b8eedae98a49367e2ac37f2ab1b79c0557 (diff) | |
download | plus-9233c3936657f6dc4ca9c73d84ea8c045b3fc09d.tar.gz plus-9233c3936657f6dc4ca9c73d84ea8c045b3fc09d.tar.bz2 plus-9233c3936657f6dc4ca9c73d84ea8c045b3fc09d.tar.xz plus-9233c3936657f6dc4ca9c73d84ea8c045b3fc09d.zip |
move npc dialogs array from netcode.
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r-- | src/net/npchandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h index ae53e8d0e..8ed0c26c6 100644 --- a/src/net/npchandler.h +++ b/src/net/npchandler.h @@ -65,8 +65,6 @@ class NpcHandler const int amount) const = 0; virtual void endShopping(const int beingId) const = 0; - - virtual void clearDialogs() = 0; }; } // namespace Net |