summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index efd117a..3f445f3 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -829,7 +829,7 @@ BUILDIN(setNpcDialogTitle)
script->reportsrc(st);
return false;
}
- struct map_session_data *sd = script->rid2sd (st);
+ TBL_PC *sd = script->rid2sd (st);
if (!sd)
{
ShowWarning("player not attached\n");