From 6b230a4de27de394dd4e28662cd27070ab91c1f1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Mar 2015 22:23:12 +0300 Subject: Replace struct map_session_data to TBL_PC. --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script.c') 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"); -- cgit v1.2.3-70-g09d2