diff options
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map/script.c b/src/map/script.c index 8989aa37e..2a308c524 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -10876,10 +10876,7 @@ BUILDIN_FUNC(soundeffect) if(sd) { - if(!st->rid) - clif_soundeffect(sd,map_id2bl(st->oid),name,type); - else - clif_soundeffect(sd,&sd->bl,name,type); + clif_soundeffect(sd,&sd->bl,name,type); } return 0; } |