summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c
index 5a1ca83..e5b7e97 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -22,7 +22,7 @@
int eunit_can_move(struct block_list *bl)
{
- struct map_session_data *sd;
+ TBL_PC *sd;
struct unit_data *ud;
struct status_change *sc;