summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-05-30 23:36:11 +0200
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-05-30 23:36:11 +0200
commit95920e3c8744b6311dc10cbd704f4888f5150b9c (patch)
tree2b0d277437d2e5359ff89f86422aecb08cdb47cd /src
parent887a260a6e638ef5281f6619ff6c1019f26412bd (diff)
downloadhercules-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')
-rw-r--r--src/map/clif.c3
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