summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 3c1851309..a471bfc06 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -13607,7 +13607,6 @@ void clif_cashshop_ack(struct map_session_data* sd, int error)
void clif_parse_cashshop_buy(int fd, struct map_session_data *sd)
{
int fail = 0;
- struct npc_data *nd;
nullpo_retv(sd);
if( sd->state.trading || !sd->npc_shopid )