summaryrefslogtreecommitdiff
path: root/src/char/int_storage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/int_storage.cpp')
-rw-r--r--src/char/int_storage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/int_storage.cpp b/src/char/int_storage.cpp
index 4067490..09ce9d4 100644
--- a/src/char/int_storage.cpp
+++ b/src/char/int_storage.cpp
@@ -208,7 +208,7 @@ void mapif_parse_SaveStorage(int fd)
else
{
s = account2storage(account_id);
- RFIFO_STRUCT(fd, 8, *s);
+ RFIFO_STRUCT(fd, 8, *s);
mapif_save_storage_ack(fd, account_id);
}
}