From 2486b455b32116d23b62ba9ffeed18fc64feac48 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Sun, 12 Dec 2010 13:48:14 +0000 Subject: * Fixed impossible condition in soundeffect script command (since athena-dev-2.1.1-mod1046, related r5841). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14583 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/map') 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; } -- cgit v1.2.3-70-g09d2