From 950bc8a1a239829864600b82e40d801514fca709 Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 5 Apr 2015 23:11:16 -0500 Subject: Add Bitmasked Quest Log --- src/map/clif.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/clif.hpp') diff --git a/src/map/clif.hpp b/src/map/clif.hpp index 153cc7c..abbde04 100644 --- a/src/map/clif.hpp +++ b/src/map/clif.hpp @@ -174,6 +174,9 @@ int clif_GM_kick(dumb_ptr sd, dumb_ptr tsd, int type); int clif_foreachclient(std::function)>); +// quest +void clif_sendallquest(dumb_ptr sd); +void clif_sendquest(dumb_ptr sd, QuestId questid, int value); void do_init_clif(void); } // namespace map -- cgit v1.2.3-60-g2f50