diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-11-12 23:10:35 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-11-12 23:10:35 -0500 |
commit | e011d810e338bdb8a3d2aad2c553a2b86609e3a9 (patch) | |
tree | a1e4b4c031b9b52bf359afe2cf1ac2a9395f9b68 | |
parent | 35b0508a652811a3872f13a6a161a01fee6f5d1d (diff) | |
download | tmwa-e011d810e338bdb8a3d2aad2c553a2b86609e3a9.tar.gz tmwa-e011d810e338bdb8a3d2aad2c553a2b86609e3a9.tar.bz2 tmwa-e011d810e338bdb8a3d2aad2c553a2b86609e3a9.tar.xz tmwa-e011d810e338bdb8a3d2aad2c553a2b86609e3a9.zip |
fix missing sd in chareffect atcommand
-rw-r--r-- | src/map/atcommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.cpp b/src/map/atcommand.cpp index 0b783a0..15943a7 100644 --- a/src/map/atcommand.cpp +++ b/src/map/atcommand.cpp @@ -4224,7 +4224,7 @@ ATCE atcommand_addwarp(Session *s, dumb_ptr<map_session_data> sd, } static -ATCE atcommand_chareffect(Session *s, dumb_ptr<map_session_data>, +ATCE atcommand_chareffect(Session *s, dumb_ptr<map_session_data> sd, ZString message) { CharName target; |