diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-05-30 23:36:11 +0200 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-05-30 23:36:11 +0200 |
commit | 95920e3c8744b6311dc10cbd704f4888f5150b9c (patch) | |
tree | 2b0d277437d2e5359ff89f86422aecb08cdb47cd /src/map/clif.c | |
parent | 887a260a6e638ef5281f6619ff6c1019f26412bd (diff) | |
download | hercules-95920e3c8744b6311dc10cbd704f4888f5150b9c.tar.gz hercules-95920e3c8744b6311dc10cbd704f4888f5150b9c.tar.bz2 hercules-95920e3c8744b6311dc10cbd704f4888f5150b9c.tar.xz hercules-95920e3c8744b6311dc10cbd704f4888f5150b9c.zip |
Removed unused variable sd from clif_maptypeproperty2()
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index b7eacd4a2..634e2bae0 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -20429,11 +20429,8 @@ static void clif_maptypeproperty2(struct block_list *bl, enum send_target t) { #if PACKETVER >= 20121010 struct packet_maptypeproperty2 p; - struct map_session_data *sd = NULL; nullpo_retv(bl); - sd = BL_CAST(BL_PC, bl); - p.PacketType = maptypeproperty2Type; p.type = 0x28; p.flag.party = map->list[bl->m].flag.pvp ? 1 : 0; //PARTY |