summaryrefslogtreecommitdiff
path: root/src/map/clif.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.cpp')
-rw-r--r--src/map/clif.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.cpp b/src/map/clif.cpp
index 4e70418..eb1283e 100644
--- a/src/map/clif.cpp
+++ b/src/map/clif.cpp
@@ -612,7 +612,7 @@ void clif_clearchar_delay_sub(TimerData *, tick_t,
struct block_list *bl, BeingRemoveWhy type)
{
clif_clearchar(bl, type);
- map_freeblock(bl);
+ MapBlockLock::freeblock(bl);
}
int clif_clearchar_delay(tick_t tick,