* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user