* Updated specialeffect2 to accept player names. (follow up to r14353)

* Bascilica now allows boss-flagged monsters to knock you back as per official.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14357 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
L0ne_W0lf
2010-06-28 16:54:21 +00:00
parent 94ebad5ce0
commit 829ff8eca9
5 changed files with 17 additions and 6 deletions

View File

@@ -11017,6 +11017,9 @@ BUILDIN_FUNC(specialeffect2)
if(sd==NULL)
return 0;
if( script_hasdata(st,4) )
sd = map_nick2sd(script_getstr(st,4));
clif_specialeffect(&sd->bl, type, target);
return 0;