diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index db86df518..510e747e6 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -2661,7 +2661,7 @@ int pc_useitem(struct map_session_data *sd,int n) {
unsigned int tick = gettick();
int amount;
- unsigned char *script;
+ struct script_code *script;
nullpo_retr(0, sd);
|