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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index e14364b44..b3decf5b3 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -9431,7 +9431,7 @@ void clif_parse_NpcBuyListSend(int fd,struct map_session_data *sd)
if (sd->state.trading|| !sd->npc_shopid)
fail = 1;
- else{
+ else {
if((nd = ((struct npc_data *)map_id2bl(sd->npc_shopid))->master_nd)){
int regkey = add_str("@bought_nameid");
int regkey2 = add_str("@bought_quantity");