diff options
author | Wushin <pasekei@gmail.com> | 2015-06-20 17:51:22 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-06-20 17:51:22 -0500 |
commit | c399d19bda962e5dc2bf79998629d3ec279a9cd1 (patch) | |
tree | e428ef99dff34cfce275038af64eb367a489dbed /src/map/pc.cpp | |
parent | 4835eae62fe129ff6ee36d82b56e07913ca19f81 (diff) | |
parent | 08809eeb1db043ac72ca8a64f74e9f5ed6a54631 (diff) | |
download | tmwa-c399d19bda962e5dc2bf79998629d3ec279a9cd1.tar.gz tmwa-c399d19bda962e5dc2bf79998629d3ec279a9cd1.tar.bz2 tmwa-c399d19bda962e5dc2bf79998629d3ec279a9cd1.tar.xz tmwa-c399d19bda962e5dc2bf79998629d3ec279a9cd1.zip |
Merge pull request #98 from mekolat/command
npc actions
Diffstat (limited to 'src/map/pc.cpp')
-rw-r--r-- | src/map/pc.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/pc.cpp b/src/map/pc.cpp index ca636b4..96233e1 100644 --- a/src/map/pc.cpp +++ b/src/map/pc.cpp @@ -796,6 +796,9 @@ int pc_authok(AccountId id, int login_id2, pc_calcstatus(sd, 1); + if(sd->bl_m->mask > 0) + clif_send_mask(sd, sd->bl_m->mask); + // Init Quest Log clif_sendallquest(sd); return 0; |