summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-10-30 17:17:54 -0400
committermekolat <mekolat@users.noreply.github.com>2016-04-15 11:47:21 -0400
commit502b3b714f0f636dac80bd600e174a173bd7028e (patch)
tree7681b27b8f7a34c953a117fc3895a1acb3884be0 /src/map/map.hpp
parent836b7c95f1528183fd90c5493d638d708c1a2adc (diff)
downloadtmwa-502b3b714f0f636dac80bd600e174a173bd7028e.tar.gz
tmwa-502b3b714f0f636dac80bd600e174a173bd7028e.tar.bz2
tmwa-502b3b714f0f636dac80bd600e174a173bd7028e.tar.xz
tmwa-502b3b714f0f636dac80bd600e174a173bd7028e.zip
add new builtins for npc commands
add requestitem builtin add requestlang builtin add camera builtin send a force-close on close when no npc dialog add clear builtin
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index 72d5dd3..1fd86d1 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -148,6 +148,7 @@ struct map_session_data : block_list, SessionData
unsigned seen_motd:1;
unsigned pvpchannel;
unsigned pvp_rank;
+ unsigned npc_dialog_mes:1;
} state;
struct
{